Batch file reads in text file and replaces quotes with variables into new file?
- by John
I have customer Pizza lists that i have saved into 5 seperate txt files from my database in this format:
Filename = 25Percent.TXT
"555-1211"
"555-1212"
"555-1223"
... ect
Each list is a phone number in quotes and each list varies in length.
Part 1:
I have two sets of variables that i would like to replace with each quote in the 5 text…