Debut Video Capture Batch Script Automation
rajeshkumar created the topic: Debut Video Capture Batch Script Automation Debut Video Capture Batch Script Automation Start Script Set WshShell = CreateObject(“WScript.Shell”) WshShell.Run chr(34) & “C:\Tools\start.bat” & Chr(34), 0 Set WshShell = Nothing Stop Script Set WshShell = CreateObject(“WScript.Shell”) WshShell.Run chr(34) & “C:\Tools\stop.bat” & Chr(34), 0 Set WshShell = Nothing Regards, Rajesh Kumar Twitt me…
