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.
Reading a text file with a .bat
Name: cmdrfred Date: March 28, 2009 at 00:11:22 Pacific OS: Windows XP Subcategory: Batch
Comment:
Here is what I want to do is it possible, I have a number of lists and they each have 50 lines, I want to set each line of this list as a variable.
so for example: SET inv01 = line 1 from text file SET inv02 = line 2 from text file and so on up to 50.
The rest of the program works if I set the values up manually, I'm wondering if I can automate this process. Any Idea's Ive looked around but cant seem to find an answer to this.
Summary: I need a batch file that changes the following .txt file located in “C:\Program Files\Adobe\temp\a001day\cram32\index.txt” the batch file will be placed in “C:\Program Files\Adobe”. The index ...
Summary: I need a .bat file to to change a text file with one row that has 100 names, separated by comma with no quotes to one column with 100 records/rows. ...
Summary: what i need is an example please.. i want a batch file to create a file.. c:\test.txt Prompt user for there name and place that inside the text.txt file Close and exit. Thanks in advance! Chris ...