Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it shou...
Summary: I need a batch file or VBscript that will collect the Symantec Endpoint Protection Virus definition information. I need it to save to a text file loca...
Summary: I have 2 directory structures (FOLDER_A and FOLDER_B) containing files and subdirectories. I have a text file with a list of the files (full path name...
Summary: I want to make a batch file that takes a file as a parameter, then connects to a predetermined FTP server and uploads the indicated file, then quits. ...
Summary: Does anyone know how to create a batch file that will automatically get the current date in the format year month day eg. 20060206 (using todays date...
Summary: Hi, I'm very new to writing batch files. I've written a very simple .cmd file to make a couple directories and copy some files into them. This file...
Summary: Here is the code: for /f %%Q in (machines.txt) do ( ping -n 1 -w 3 %PingThis% IF %ERRORLEVEL% == 0 echo %%Q >> alive.txt ELSE echo %%Q Failed Ping >> ...
Summary: Hello, I want to run a batch file every couple of hours, that will take the input from a text file and put it into a field in a command I want to run....
Summary: Hi Batch Experts, I have a batch file that (on exec) prints all the files (filename.ext only) in the current dir to a notepad and saves the txt ...
Summary: Does anybody know a way to catch the breaks in a batch file, for instnace if someone presses Ctrl-c then a series of commands can be executed, eg. cle...
Summary: I need a batch file that will skip the first 5 lines of an .ini file then delete the remaining text. The amount of text after the first 5 lines vary p...
Summary: Hello, I'd like to create a .bat files to run a robocopy script. I'd like to use 2 text files with usernames in them to use in the batch script. I'm ...
Summary: hello i am running a network at school.i need to log all the computers (after using net view) to a notepad. can you do this for me using a batch file?...
Summary: Hey, I have a batch file that I have written that will (eventually) install a few files onto the users computer from a CD Rom. However, I am wondering...
Summary: Hello all and thank you for reading my post. I have a question about a batch file. I have a batch file that will uninstall certain programs by select...
Summary: Hi all, I'm trying to use the xcopy command in a batch file and for some reason it wont work ;-/ this is what I have in the batch file xcopy "x:\Some ...
Summary: hello- i would like to create a scheduled task with a batch file. i have used schtasks correctly but whenever it creates a task it wont run. if i ins...
Summary: I need a batch file that will scan multiple subfolders in one folder, look for the most recent modified file in the subfolders, and set the subfolder...
Summary: I want a batch file to open internet explorer and pass it a specific html file to open with. e.g. "c:\program files\internet\iexplore.exe" c:\temp\123...
Summary: I have read some of the posts on this forum, so I know there are some batch file masters around. I look forward to seeing what kind of solutions to t...
Summary: Hello folks, If anyone is up to it, I have a couple of requests. First, I ghave been learning from a little batch file that backs up a file or two ...
Summary: I'm not completely hip to batch files, but is there a way to create a batch file that will email a document attachment via Outlook Express? I know ho...
Summary: Hi all, every day, I have to open a text file to insert in the first line the current date and then print, and I'm wondering If I could do that by a ...