Summary: I am making a test in notepad and saving it as a batch file to use. I haven't had any problem writing and testing up until now. I was fixing all the...
Summary: Hi The vbscript checks all the drives on the computer including cdroms dvd's zip dreives ect: If the file Batch file Test.bat exists on any of these...
Summary: I'm trying to create a batch file that will delete a files by a certain name. The files will all be similar to this. a20081010.txt or a20081011.txt o...
Summary: Hi, I have a batch file which has 2 input argument. This batch file calls another vbscript where again 2 parameter needs to be passed. This parameter ...
Summary: I am trying to making a batch file that needs to check for network connectivity. If there is a reply then do one thing (copy some files), if there is ...
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: I am new to batch files and programing in general, but I would try dir /b "c:documents and settings\" >c:\1.txt FOR /F ["delims="] %%K IN (c:\1.txt) D...
Summary: Hi, I am trying to automate a series of FTP commands so that i can hand a job over to someone not technically minded! These are the FTP commands I am...
Summary: I am trying to write a batch file that will delete files in a windows secured temp folder. It is located C:\documents and settings\userprofile\local ...
Summary: Ive been working on this batch file to swap some file names for a game Ultima Online, Heres how it works: I have 3 different sets of files in the same...
Summary: I need to figure out a method to find and replace text within a text file. I have a file named, "myfile.txt" that has the following; testing=1 databas...
Summary: hi how can i create a text file using batch file with date and time in name eg testThu 02/08/2007 2300.txt and also i want to read a text file which ...
Summary: I would like a batch file that will delete sub-directories and the files contained in them, but it should keep the most recent 10 directories. example...
Summary: I have share on a server in which i have files being saved to. I need to purge this folder every so often of files that are no older then 2 days. I ha...
Summary: Hi These subroutines may be useful for calculating date issues in Batch File coding. The sub-rountines use variables a-f so best to not to use them in...
Summary: There is no way in hell to do that... or at least I think so. in a batch file you can use some sort of IF statement and I think that you can only test...
Summary: Hello IVO, Thanks for the reply I created a batch file with this content: @Echo Off For /F "tokens=* delims=" %%J in (C:\Documents and Settings\admin\...
Summary: I did try them. Thank you. Also, I really need a bacth file for this request - purpose (per the title). I created several test scenarios. C:\test\f...
Summary: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
Summary: >> This code just makes me dizzy I agree, I got a headache jumping back and forth between all those goto statements. You should look at efficiency, th...
Summary: Relates to an ealier post with title: Batch File deleting files by date? HAD TO CHANGE FOLLOWING TO GET WORKING 1. In Line: for /f "tokens=2" %%i in (...
Summary: Hi Robert A better solution. Type the text below into Notepad and save as Input.txt. The blank line is important and is just a carriage return. Then...
Summary: Hi all, I have a problem creating a batch file that allows me to test that a link is up. This is what i have so far, i'm a beginner to this, so this m...
Summary: I copied a few folders from the server so I could test this on my own computer. At first the find command wasn't pulling out all the needed files for ...