Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Batch file-allowing user input path
Name: serpentsknight Date: January 16, 2008 at 06:30:40 Pacific OS: xp CPU/Ram: 1gb Product: dell
Comment:
I have created a batch file to install updates from a mapped drive as follows:
Summary: In a batch file, i want the user to input a directory to save a file. however, i want an option to input '#' and the directory of the batch file will be selected (using %~dp0). i don't know how to ma...
Summary: I have seen many posts and they helped me alot, still I am facing a basic issue. I am working on Win XP. I need a to create a batch file which takes inputs from a txt file, say var1_address = D:\abc\s...
Summary: For any version of DOS that has the CHOICE.exe command, including Windows 98/ME (not sure of the NT/XT command prompt) something like the following does not require variable loop delays or other progr...