我有以下 2 个 bat 文件:
1.bat
------
//a line which does something
pause
2.bat
------
//a line which does the other something
pause
现在,如何通过忽略暂停在新的 bat 文件中运行这些 bat 文件?
我有以下 2 个 bat 文件:
1.bat
------
//a line which does something
pause
2.bat
------
//a line which does the other something
pause
现在,如何通过忽略暂停在新的 bat 文件中运行这些 bat 文件?