जवाबों:
आप WMIC या SCHTASKS का उपयोग कर सकते हैं:
1) छात्रवृत्ति :
SCHTASKS /s remote_machine /U username /P password /create /tn "On demand demo" /tr "C:\some.bat" /sc ONCE /sd 01/01/1910 /st 00:00
SCHTASKS /s remote_machine /U username /P password /run /TN "On demand demo"
2) WMIC (wmic शुरू कर दिया प्रक्रिया का पीआईडी वापस आ जाएगी)
WMIC /NODE remote_machine /user user /password password process call create "c:\some.bat","c:\exec_dir"