KSync batch file successfully runs a VI import job but leaves a stranded PVXCOM.exe process: I thought I saw something recently on here about stranded processes from batch files but I cannot seem to find it now. The orphaned process gets created regardless of whether I run it from Task Scheduler or KSync, so I'm guessing there's something else I need to do with the file itself and not the program. There's nothing to the batch file...it's the same we've all ever used:
C:
CD C:\SageSoftware\MAS_v2014\MAS90\Home
pvxwin32.exe ..\launcher\sota.ini ..\soa\startup.m4p -ARG DIRECT UIOFF XXX XXX SPI VIWI1D AUTO
Please let me know if there's a way to make sure this process closes itself upon completion of the import. Thanks in advance!