Search found 1 match
- 01 May 2012 07:46
- Forum: DOS Batch Forum
- Topic: I would like to run a print command on specified files
- Replies: 2
- Views: 2713
I would like to run a print command on specified files
Hello, I would like to run a print command on the files specified in *.txt file. Command: "X:\path\application.exe /p" File list in *txt file: X:\folder1\folder2\document1.xcmd X:\folder3\document2.xcmd K:\folder7\document3.xcmd ect... I found something similar: for %%g in (*.xmcd) do &quo...