【发布时间】:2013-10-03 15:46:56
【问题描述】:
我有一个类似的批处理文件程序。
@echo off
start Mat.exe
>>Need a code here to runand check for termination of "Mat.exe"
rundll32.exe user32.dll, LockWorkStation
>>end of program
如果有人可以帮助我设置程序,以便我可以在“Mat.exe”文件终止后立即锁定我的计算机。我真的很感激。提前致谢
【问题讨论】:
标签: windows batch-file