Summary: Hi I am studying dos and I need your help: What does the following batch file line will do? IF %1#==# GOTO Also In a batch file what %2 means.....
Summary: I am totally new to writing batch files. I will like a batch file that does the following: The file which will be called runProc will be called with t...
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: Hi guys, Can anyone help me with a batch file that searches a drive for .pst and .dbx files through all dirs, then copies the files it found to a dire...
Summary: Yep, the CALL cmd was made to execute batch files from withing other batch files. I had never seen a .EXE/.COM that stoped the batch script's activiti...
Summary: Hello, I need help creating a dos batch file that will move files in many directories from one server to another if they are older than 30 days. Thank...
Summary: Can someone please help me with writing a batch file? I really don't know much about them. Here is what it needs to do if possible. In a dos promt I c...
Summary: Can anyone help me with this problem i am having. I am trying to get this stupid Batch file to work on an NT machine. How do I make an enviromental va...
Summary: Greetings, I am a newbie and I have been struggling with a batch file that I have been requested to create. This batch file simply needs to read...
Summary: I am taking an online class in DOS, and, unfortunately, the last problem is way over my head. Here's what I have to do: Create a simple menu system ...
Summary: Can anyone help me with this problem? I can't find a way to replace a line in the win.ini file with a dos command. The line must be somewhere in the m...
Summary: I have a problem with a batch file i'm trying create. It is supposed to copy a file from one directory onto another, overwriting and old file ind the ...
Summary: Hello: Need help with a DOS batch file. I am trying to write a very simple batch process, that checks if a DIR by the name MyFiles exists if it does n...
Summary: My boss will be back in an hour and I need to have a dos batch file done that will install the contents of a CD onto the drive of choice. Basically it...
Summary: Can someone please tell me how I can accomplish the following with a DOS batch file? Lets pretend that I want to open 5 TELNET sessions to different ...
Summary: sir i want to make a conditional dos batch file the codition is that whenever the batch file run first check the date if date is ok then run given con...
Summary: thanks alot but no matter how i tried to edit but it doesn't work... i wonder if i edit wrongly i really hope u can spoon-feed me as i'm not good in d...
Summary: hi i am wanting to know how do i make a DOS batch file, so that it types out, when it has been run, the following: Welcome to Brannan Thermometers i w...
Summary: I am trying to create a simple menu in a batch file that would basically accept three options, and each one would run another batch file. I tried look...
Summary: Hello everybody I am not sound enough in the DOS batch file commands. The following is the batch file coding to run a perl file named "head.pl" Can an...
Summary: I am trying to create a DOS batch file that will shut down my Windows NT 4.0 workstation. I know there are Windows based schedulers that will do this,...
Summary: I need to compare files on drives C: with the one on drive E:, if file is not found or newer, copy the file to drive D: (third location) Does anyone...
Summary: Hi, 1. I have a requirement where in which i am running a DOS batch program using Windows scheduler (once in every 5 mins). 2. Inside my batch program...