Summary: D u know how to save the contents of a file into a variable in a MS DOS Batch program? I have a file called badhost.txt containing information like: 1...
Summary: I need to be able to assign the contents of a *.txt or *.log file to a variable in a batch instance. 1. open batch file 2. creates x.txt file with...
Summary: I'm talking about programming it in DOS... All I want is to be able to catch the contents of a text file and store it on a variable. For example... ...
Summary: I currently have a batch file with the following lines at or near the beginning: SET TargetIP=www.somesite.com SET PingCount=10 Rather than have the u...
Summary: The code you provided is building the text file in the bat file. However, the password is displaying on the screen due to the echo and I can't have t...
Summary: Hello, I'm trying to basicly run a checksum against a file, store the output to a text file, and read the string into variables within a bat file, but...
Summary: A text file is to be displayed by many users which starts a line "Dear Mr. ". User name is stored in an environment variable. How can I access this va...
Summary: hi, i try to write a batch file that have to run under dos 6.22 (thus, no for loops ;o)) I try to set the first line from a text file in to a variable...
Summary: Hi there, may I borrow your brains please? I run a radio station using winamp, wacommand, gawk, batch files and task scheduler. Mainly from batch file...
Summary: I have trying in vain to write a c program to read a text file in a c program to a char pointer. could someone give me an example on how to achieve th...
Summary: Trick question. It asks which "three" are text files. For there to be three text files in that question, then one must ASS.U.ME that the Operating Sys...
Summary: sorry will not be able to share the data of the file, however the table looks like this text1.txt, 3 text2.txt, 4 text4.txt, 8 This is a CSV file/XLS ...