Summary: You gotta enlarge the environment space. If you want to have more environment space for your day-by-day use, do the following: 1. Right click on the s...
Summary: I am confused on how to create and use batch file variables. I would like to have the user input information (if possible) and assign that information...
Summary: [1] I don't believe that the %1 argument is not supported in xp/2000, although i may be wrong. It sounds like a problem to locate pack.exe. %0\..\pack...
Summary: I've got a batch file in which I'm having to manipulate a few variables concerning dates. As the program executes, it parses the date into individiu...
Summary: I am trying to figure out how to program variables in batch files. Any help on the following script would be helpful. Thanks!! :test net send * Hello ...
Summary: sir how i can use variables in batch files i need to receive return values from c -exe files to batch file variables and i want to check the values...
Summary: Leonardo, thanks, I used your method which worked and someone (Keith) sent me some programs from the NT4 resource kit which included the choice.exe wh...
Summary: Hi. I hve written a batch file which connects to a series of computers, checks for the existence of a file then published the result, however I have a...
Summary: For The Doofus Thanks. I did it. But... WinMe Too many parameters - Ž Too many parameters Invalid drive specificat Bad command or file name Bad comman...
Summary: My guess is that either the batch or the java program are looking for a file on the current directory, and the file is only present on the c:\update d...
Summary: Hi, When you use ">nul" at the and of a line in batch file you redirect program's output to the NULL device. That way you can prevent program from wri...
Summary: I'm afraid this can't be done for one very important reason. DOS is not multi-tasking. In order for something like that to work, two processes (the ...
Summary: This is ffxifanatic, but i forgot my password and im at schol...lol just wondering why in windows 98 when i use my choice command i can never set the ...
Summary: When you set properties for a batch file under windows, it will make whats called a PIF file for it in the current directory. The best way I've found ...
Summary: Just a stab in the dark here - but try going into the properties of the batch file and then "Program" and click "close on exit" Furthermore, click on ...
Summary: How can I test to see if a user included certain extensions to the filename he supplied in an argument being processed by a batch file? Things I'd li...
Summary: I'm trying to get a batch file working in a .zip file, that, once unzipped will install Program 1 and then Program 2. This is mainly for my personal u...
Summary: I have a batch file that executes three macro files. After the second macro is run i want to either stop the batch file or proceed to run the third ma...
Summary: First, the OS column can be autofilled. So it might not be the OS that he's wanting to do this with. Second. Run the MS-DOS editor, and type in the fo...
Summary: Can a batch file parse a variable when it is run? For example, a simplistic view of what I want is this. ::BATCH FILE HI.BAT @ECHO OFF ECHO %VARIABLE%...
Summary: I'm writing a batch file that will rename a folder to 1 the first time I run it and 2 the second time etc. I want the batch file variable to incremen...
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: Thanks again M2Go. I carefully checked the contents of protocol.ini and network.ini before I ran the batch file, just in case there were other entries...
Summary: I solved the same problem using the EXCLUDE statement in XCOPY by writing an exclude file on the fly then deleting it at the end of the batch file. T...