Bru*_*uce 23 windows batch-file
我在windows中编写了一个批处理文件(.bat).我想在新窗口中执行特定的过程.我该怎么做呢?
例
a.py -s 3 -l 5
b.py -k 0 -> I want to start this in a new window and let the original batch file continue
C:\program.exe
...
....
Run Code Online (Sandbox Code Playgroud)
And*_*ers 35
使用start命令:
start foo.py
Run Code Online (Sandbox Code Playgroud)
要么
start "" "c:\path with spaces\foo.py"
Run Code Online (Sandbox Code Playgroud)
启动"title""C:\ path\to\file.exe"
我强烈建议插入一个标题,以便以后可以通过TASKKILL命令调用该标题.
TASKKILL /我的头衔
| 归档时间: |
|
| 查看次数: |
32831 次 |
| 最近记录: |