textfile からの引数を使用してプログラムを開始するにはどうすればよいですか?
Batch.bat
@textFile = "c:\Users\Arguments.txt";
start "" "C:\Users\coffee.cmd" --join test.js --compile @textFile
引数.txt
test5.coffe
test2.coffe
textfile からの引数を使用してプログラムを開始するにはどうすればよいですか?
Batch.bat
@textFile = "c:\Users\Arguments.txt";
start "" "C:\Users\coffee.cmd" --join test.js --compile @textFile
引数.txt
test5.coffe
test2.coffe