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
Name: frank Date: December 8, 1999 at 09:27:13 Pacific
Comment:
HI and thank you for answering me.
How do I pass a parameter/variable to a text file. My initial program asks for input ie a name. I store that as a variable and then need to pass(insert it in a line of a file) it to a file.
Name: nanoguru Date: December 8, 1999 at 10:22:51 Pacific
Reply:
In qbasic you can open the file in binary mode and place your input string anywhere in the file. You can insert the string in the file or add to the end of the file, or replace a line in the file, etc.
The binary mode is the most versatile of all 3 main modes, but the least described in the literature.
The binary mode handles all ASCII characters 0-255. Other modes will treat the carraige return, line feed and eof of file characters differently.
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 my batch file runs, it calls a VBS Script. This scr...
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 run it waits 20 seconds and then the second line ru...