This is probably more of a dos command question than strictly DDR, but that's what I'm trying to get this to work with.
Here's it is:
Running a script command that uses a text file as it's input. The text file is just a list of files and some other fixed info on each line.
Import.bat cr.txt -t restore
What I'd like to do is replace the "cr.txt" input file with a value from DDR based on a file name. Any way to do this?
The other option is to run a two step .bat that creates the .txt file first, but thought there might be a way to avoid this.
Thanks,
Rob