I have a programme where files in a folder need
to be launched sequentially. I am using the following Process[] localByName = Process.GetProcessesByName("iOSRVEODMAIN") Once the first file is finished it’s process I need
it to move onto the next file. I can’t seem to figure out how to use the folder
foreach and the Proccess wait for exit loop as each file will need a wait for
exit of Process[] localByName = Process.GetProcessesByName("iOSRVEODMAIN")
Loading
Amit GuptaPosted Mar 2, 2017, 12:04 PM
Brian NowlanPosted Mar 2, 2017, 11:38 AM
Amit GuptaPosted Mar 2, 2017, 7:51 AM
Brian NowlanPosted Mar 2, 2017, 7:40 AM
Amit GuptaPosted Mar 2, 2017, 7:32 AM