Author Topic: help with batch file  (Read 5888 times)

johntest

  • Calf
  • *
  • Posts: 1
help with batch file
« on: October 07, 2014, 11:05:07 PM »
I am able to run batch files that disply multiple MP4 files from my local storage but cannot see how to address mounted NAS devices.
example of local batch
-------
start "" "C:\Program Files (x86)\VideoLan\VLC\vlc.exe" I:\Dashcam\07490001.mov I:\Dashcam\08070007.mov"
----------
I want to run a similar batch file accessing a server naed TERAIII ounted on drive Z:
I tried this but the syntax is wrong soehow
-------------
start "" "C:\Program Files (x86)\VideoLan\VLC\vlc.exe" \TERAIII\Z:\2014-dashcam\00AK2014DashcamIndex8868.MOV"
------------
HELP!!!