taskkill command for batch file
@echo off
:loop
taskkill /f /im notepad.exe
goto loop
:loop
taskkill /f /im notepad.exe
goto loop
အဲဒီကုဒ်ကို bat နဲ့သိမ်း
ဒီကုဒ်ကို vbs နဲ့သိမ်း
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\Users\User\Desktop\File Name.bat" & Chr(34), 0
Set WshShell = Nothing
WshShell.Run chr(34) & "C:\Users\User\Desktop\File Name.bat" & Chr(34), 0
Set WshShell = Nothing
0 comments:
Post a Comment