Thank You very much you saved me a lot of time, and I learned something new.
Peace
-Phill
Search found 3 matches
- 03 Sep 2011 13:16
- Forum: DOS Batch Forum
- Topic: Reading Each Line Of A Text File
- Replies: 4
- Views: 36421
- 03 Sep 2011 02:21
- Forum: DOS Batch Forum
- Topic: Reading Each Line Of A Text File
- Replies: 4
- Views: 36421
Re: Reading Each Line Of A Text File
Yeah thx that is really helping me to understand a whole lot better than I did before. But I still have a problem. I need each line in the txt file to be saved to a specific variable. For example if the file reads: Sam Bob Stephen I need to be able to set each of those names to make as a specific di...
- 02 Sep 2011 16:48
- Forum: DOS Batch Forum
- Topic: Reading Each Line Of A Text File
- Replies: 4
- Views: 36421
Reading Each Line Of A Text File
Hello everyone, a friend of mine requested that I create a batch script for him that will transform a text file, full of names, into a series of folders with those same names. I know how to do this but I need help with the very first part. Reading from the text file. This is what I have so far for t...