Hi! I'm using a .bat file to run splitr.exe on 4 separate .par files. Script works great but Split won't close thus causing it to hang and failing to run at subsequent intervals. I've tried /R and /Q at end of par files to close and force close, respectively, but that doesn't seem to work. I can close Split and the process runs again, but Split remains open.
Example code that I'm using:
@echo offstart C:\FilePath\SPLITR /H C:\ParPath\Par1.PAR ; C:\ParPath\Par2.PAR ; C:\ParPath\Par3.PAR ; C:\ParPath\Par4.PAR/Q
exit
Thanks for any help.