1樓:麥兜
exe::這是無視行數的
::如果非要最後1行復制下面就行了,上面無視.
if "!a!"=="x1_comsg: get co_msg_device_disconnect" taskkill /f /im abc.exe
2樓:匿名使用者
建議把x1_comsg: get co_msg_device_disconnect.作為檔案最後一行,然後判斷檔案最後一行是不是x1_comsg:
get co_msg_device_disconnect.就可以了,這樣的話很簡單,自己做鍛鍊鍛鍊吧。
求定時關機批處理
echo off title 自定義關機時間 sc config schedule start demand net start schedule color 17 mode con cols 80 lines 25 setshutdowntime echo for f tokens 1,2,3,4...
求大蝦指導批處理
echo off set p str 請輸入任意長度的字串 echo 你輸入了字串 str call stringlenth str num 這句呼叫stringlenth標號後的語句,並且使用str變數的值作為引數,然後字串num作為第二個引數,這個num是用來儲存返回的字串長度的 echo 字串...
自動關機批處理檔案,求自動關機批處理
echo regedit4 reg.reg echo是輸出的意思,把regedit4寫入檔案reg.reg 是把輸出寫入檔案的意思,如果沒有 reg.reg 就是輸出到顯示屏 echo hkey local machine software microsoft windows currentvers...