Summary: Hi, I made a batch file that I put in a WinZip self extractor. The idea is that the zip-file extracts to a folder, and then the bat file gets executed...
Summary: I forgot to mention it but I did try your batch file when you first wrote about it. It worked perfectly. I still don't know why yours doesn't. I have ...
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: 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: Line 13 is actuall on one line so shouldn't need the ()s. I tried them and they don't help, neither does putting a CALL in front of !THECALL! (I know,...
Summary: Hello everyone! :) Excellent forum you guys have here. I am trying to write a batch file here for work so I can check to see which PCs on my work netw...
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: 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 ...
Summary: Hey all - I am new to DOS and am still learning all the commands. I have looked on google for some tutorials and what not and have found some good in...
Summary: I'm trying to create a batch file to ping a given IP address then, if this fails I want it to try pinging the same address but with .1 at the end of t...
Summary: this question should be easy, but i am not a programmer. so you may want to talk at a novice level. my problem is this, i need to write a batch file ...
Summary: Hey all. I'm trying to write a batch file, but I'm in the process of self-teaching the commands, so I'm wondering if someone can tell me whether or no...
Summary: on XP Pro I have written a batch file to pen several different programs. I want to be able to open 2 or 3 internet explorer screens going to different...
Summary: Hello all I'm trying to put together a batch file that will help update specific files in multiple computers. Specifically, I want the batch file to d...
Summary: Hi folks, anyone help me with a lil problem?? I am trying to create a batch file that will start a program and then pause for 10 seconds and then issu...
Summary: You could be right there. The regedit command doesn't work with even a 'fixed' batch file (ironic that I never tried that? ^^). Could be a network res...
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 Reno, wow, it seems you guys really eat and sleep with batch files! lol. I just woke up over here so I missed your replies but thank you for reply...
Summary: Hi, I need help with a batch file: Ask for a user input (this is going to be a file name on my ftp server). Pass the user input (file name) to an ftp ...
Summary: Hi all, I'm writing a batch file for a class project and I've been using errorlevels all along. Three days ago I find out errorlevels are not to be us...
Summary: hi guys, The input file is coming like ddddddd zzzzzzz ROW_NUMBER,NAME,SAL 1,aaa,5000 I need to read data from the file from the column name ROW_NUMBE...
Summary: I understand the "proper" way to do it is not to have a running batch file that sits and waits, but to use a removable drive insertion handler (or wha...
Summary: Hi... I use one main batch file, that executes 9 other smaller batch files... so that each one can run and complete before going on to the next (requi...
Summary: I need a wait ability in a Batch file to wait for a service to stop before it continues to the next command. Here is my code... sc stop "Backup Exec S...