怎么在批处理中运行一个程序运行后关闭在运行另一个程序?
@echooffstartubuntu.exestartC:\WINDOWS\Cursors\ubuntu\设置登录指针.exeregedit/sC:\WINDOWS\C...
@echo offstart ubuntu.exestart C:\WINDOWS\Cursors\ubuntu\设置登录指针.exeregedit /s C:\WINDOWS\Cursors\ubuntu\安装.regecho 等待程序运行完毕后,任意键删除.... && pause >nultaskkill /f /t /im 设置登录指针.exedel /f /q C:\WINDOWS\Cursors\ubuntu\设置登录指针.exedel /f /q C:\WINDOWS\Cursors\ubuntu\安装.regdel /f /q %0网想先运行ubuntu.exe,关闭后在运行设置登录指针.exe和安装.reg
展开
3个回答
展开全部
START 使用 /WAIT 参数来等待启动程序关闭.
@echo off
start /wait ubuntu.exe
start /wait C:\WINDOWS\Cursors\ubuntu\设置登录指针.exe
regedit /s C:\WINDOWS\Cursors\ubuntu\安装.reg
echo 等待程序运行完毕后,任意键删除.... && pause >nul
taskkill /f /t /im 设置登录指针.exe
del /f /q C:\WINDOWS\Cursors\ubuntu\设置登录指针.exe
del /f /q C:\WINDOWS\Cursors\ubuntu\安装.reg
del /f /q %0
@echo off
start /wait ubuntu.exe
start /wait C:\WINDOWS\Cursors\ubuntu\设置登录指针.exe
regedit /s C:\WINDOWS\Cursors\ubuntu\安装.reg
echo 等待程序运行完毕后,任意键删除.... && pause >nul
taskkill /f /t /im 设置登录指针.exe
del /f /q C:\WINDOWS\Cursors\ubuntu\设置登录指针.exe
del /f /q C:\WINDOWS\Cursors\ubuntu\安装.reg
del /f /q %0
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
start /wait
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询