Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Windows Batch Solutions: 76 - 100 of 1088
 
I need a command line script to do the following: Enable ping response ("Firewall/Advanced/ICMP Settings/Allow incoming echo request") and Enable Remote Desktop ("My Computer/Properties/R...
I have a folder that has many html files that I need to open and print out. I wonder if there is a script that goes through the folder and print all the html files. Thanks
This seems simple, (well obviously not for me)  but all of the solutions I'm seeing seem to do much more than I need.   I need a batch file to copy some files into a folder, and the folder is...
Hi, I have been searcing for details on a script that will allow me to remove a folder using a wildacard, and all of its contents.  The problem I have is a web application is creating a lot...
I am setting up a batch job that will transfer files to several machines.  How do i send the output to a file so i can tell if any machines got missed? i would echo the machine name, then i...
I have a list of jpg files that I need to rename - they are all in the same directory. For example: Picture No 001.jpg Picture No 002.jpg Picture No 003.jpg These need to be renamed as...
need to delete temp folder for all user on domain at logoff - would like to use group policy - delete all files and subfolder in temp folder del /s /q /f "%temp%\*.*" I entered that in t...
I have a batch file that I want to have run before a user logs on (this is for Windows XP).  The batch file is a simple batch file that runs plink and restarts itself if the link dies. I ha...
I am new to creating a batch file.. I want to use the START command to execute an application. Since the application path has space, the command failed. I tried putting double quote around ...
Hi all, I'm trying to create a batch script that uses Blat.exe to collect and email a text file, but I'm struggling to get the syntax right as the SMTP server I'm trying to use is my own at...
Hi, I would like to store outputs of commands to a variable in MS DOS. For example, var1 = cat file.txt | cut -f1 -d ; echo var1 In var1 , the output of expression - " cat file.txt | cut ...
I need to build a script for uploading files to an FTP server from a folder on one of my servers.  How do I insert a timestamp into the filename at the time of upload so each file is unique wh...
I need a short cscript that checks if a remote computer has the windows firewall running and turned on. Thanks!!
Hello, I am using winsshd which doesn't have the option to role it's log files, as a result I am trying to rename the current log file so a new one is created next time winsshd tries to wri...
Alright, Here's what I'd like to do... First, ask the user for input, a computer name.  Then take the computer name and look up the IP address.  I'd then like to assign the IP address to...
Hi I have created the batch file below which I want to have password does not expire checkbox ticked in manage local users. We have deployed this batch file and after 2 month the passwords on ...
I have a Window batch file that when I double click, it just runs the process with ECHO off. But I want to change this so that when I double click it, it will prompt questions for me and I can...
Hi Experts, I need to create a batch and it should be able to do following; (on Windows 2003) 1. Create some folders in a selected drive      c:\folder01      c:\folder01\sub01      c...
Have weekly image backups of each of our machines to a network drive with their respected machine names.   Network Server    Machine1 (folder)       Week1.img       Week2.img       Week...
I've searched the site for anything related to my situation but I haven't been able to find enough to completely solve my problem. This is my situation: I'm running WIndows Server 2003 on a...
Hi! I need a script either vbs or a batch file (if exists) to add an entry in c:\windows\system32\drivers\etc\hosts at the end of the file. example: 192.168.0.5     test.intra.gov.com...
I need to write a batch file that I will be calling from an application that I'm writing. I need this file to close the calling application and then to open another application. Can anyone poi...
PROBLEM 1 : I want to run a batch script (xyz.bat ) that takes ,say, 3 tags and their corresponding values : Example of the command  : xyz.bat  -a 12 -b 23 -c 14 How can i  check how many...
I want to create a Windows batch script that will copy from one server to another over the network, but I don't know how I would authenticate with the batch script. Can someone please help wit...
Hi all, Need a little help with a simple little batch file script. I currently backup some data using a small Windows Batch script (code attached) to an external USB hard disk. The sc...