Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch file question
Name: hev Date: February 9, 2001 at 21:00:58 Pacific
Comment:
Hi guys, i have a pb here: I have two .txt files on a floppy (i am not supposed to know their name) I want to create a batch file that will set the variable: text1 to either .txt file text2 to the other one
assuming that %1 is the first file and %2 is the secound file. %1 and %2 are replacable paramaters. All you do is type batch file name and then the params i.e. test.bat par1 par2
Summary: I have two questions, first, can you have a goto at the bottom of the script that points to somewhere at the top? I have found it is often unsuccesfull. for example, I make lots of little simple pro...
Summary: I have just written a simple batch file to start a suit of internet applications when I want to connect. (This is so these resource hungry little suckers don't have to load at startup and so I don't h...
Summary: Folks (specifically Secret Doom or Laurence), I have a fragment text file (called fragment.txt) that I am using with my batch file. Basically, it is this: set globalvar= The text file ends at the = s...