如何使用来自文本文件的参数启动程序?
批处理.bat
@textFile = "c:\Users\Arguments.txt";
start "" "C:\Users\coffee.cmd" --join test.js --compile @textFile
参数.txt
test5.coffe
test2.coffe
如何使用来自文本文件的参数启动程序?
批处理.bat
@textFile = "c:\Users\Arguments.txt";
start "" "C:\Users\coffee.cmd" --join test.js --compile @textFile
参数.txt
test5.coffe
test2.coffe