Computing.net: Question & Answers Forum Latest Questions

computing
  • 2
  • 2

I want to go from a “Batch File” to a VBScript to add to my HTA set of tools I’m creating. My Batch File Code is: start “” “C:\Program Files (x86)\VideoLAN\VLC\vlc.exe” –run-time=10 rtsp://10.10.12.105/rtsp/CAM6a.mp4 ‘ –sout=”#duplicate{dst=display, dst=std{access=file,mux=mov,dst=”C:\Temp\CAM6a.mp4}” vlc://quit And I want to convert ...