Batch file with config file
Posted: 11 Jun 2019 15:51
Is it possible to use a text file as input inside a batch file? I can build a string in MS Access, but it doesn't let me save it as a *.bat file. I can save it as a *.txt file, but that does little good for my end goal. I need a batch file to merge, rename, manipulate files. The filenames will constantly change.
In my simple mind the batch would be something like:
Execute ThisTextFile.txt
And I would be constantly rewriting ThisTextFile.txt as needed.
Any suggestions to get this done?
Thanks!
In my simple mind the batch would be something like:
Execute ThisTextFile.txt
And I would be constantly rewriting ThisTextFile.txt as needed.
Any suggestions to get this done?
Thanks!