Search found 1 match
- 23 Sep 2011 08:10
- Forum: DOS Batch Forum
- Topic: Can someone suggest why this script is failing?
- Replies: 1
- Views: 2800
Can someone suggest why this script is failing?
Thanks in advance. @Echo Off SetLocal EnableDelayedExpansion ::Script to input text from a text file, and check each line to see if it starts "curPath: " ::Once the "curPath: " line has been identified, save it to a variable Set _InputFile=F:\Locations.txt for /f "tokens=* d...