Hi folks, I'm in the process of transforming a VBS script to kix. Now I'm stuck at the following VB line:

taskId = Shellid( "CMD.EXE /C " & outPath, 7)

the taskid is later used in the script to check if the submitted process is still running or not. Any id from you how i can get the process id of the submitted command with KIX?