How can CCextractor CLI be setup as batch file to a Network Share?

What is the syntax for CCextractor to read and write to a network drive and still process all files within that drive vs. what I currently have below?

Loop
"C:Program Files (x86)CCextractorccextractorwinfull.exe" %1 -o "%~dpn1.srt"
shift
pause
if not %1=="" goto
:Loop