Summary: I am currently using the following batch file to copy all word files on my hard drive to a specific folder: md "c:\" 2>nul for /f "delims=" %%a in ( '...
Summary: hi, i am trying to automate two exe files, however one of the files must be running in order for the other one to work and vice versa. Is there a way ...
Summary: Hi! I am trying to create a simple batch file to change a drive mapping, then run a program from the new drive - without a prompt! My attempt: net use...
Summary: I use a batch file to connect to a chess server,how can I make this batch file run automated when I get disconnected from the chess server?...
Summary: Hello I have a batch file that loops through the files in the folder , and runs a program. What i would like is a way to pause between each loop. I w...
Summary: I am attempting to create a batch file that will automatically launch a dial up connection. I will eventually be using the script on Win 98 PC's but f...
Summary: I'm writing a batch file that will run overnight on NT 4.0. I am redirecting the output from that file to a log.txt file. I would like to have the b...
Summary: Thanks for the input. I may have misrepresented my wishes, however. I do not need to hide/unhide during the same boot. My wish is to: 1. Unhide the...
Summary: DOS batch doesn't require any special declarations or program sections like other programming languages. If the deltree command is all you want the b...
Summary: Personally, I've never understood why so many people on this site get their feathers ruffled because someone posts a batch file question in the DOS se...
Summary: I need help with writing a batch file that returns an error code to another application (app1). My batch file is called by another application, when m...
Summary: Hi i have made a batch file which installs a bit of software and then runs it. i need a command which after the first line of the batchfile has been r...
Summary: Hello, I am looking for a command(s) to copy the output/execution of a batch file to a log file. I still need the user to be able to see outputs and i...
Summary: You leave a lot of puzzles with your question such as what CD recording software do you have. Now days you usually drag and drop what you want t...
Summary: hey every one , I would like to create a batch file that will do the following: when i start a computer for new install i want the batch file to see ...
Summary: I wrote a batch file with the CHOICE command in it but whenever the program gets to that command I get an error saying "the specified name is not reco...
Summary: I have a batch file that executes several programs that print progress information in the console window. I would also like to redirect the output to...
Summary: hi: I want to write a batch file so that the following info is put into a text file: user name computer name log in date as each new user logs onto my...
Summary: Hello, I am a novice user and would like help in creating DOS batch files. What I am trying to do is create a batch file that can move files from one ...
Summary: I am creating a DOS batch file that will automatically run when a user puts a disk into the CD ROM. I will prompt the user for 1 of 3 options. This w...
Summary: I am using the following statement to capture the username of all the users who execute my batch file: echo %username% >username.txt The problem is th...