Hi
I have 4 .bat files which each run in there own cmd window, each delete a file and then call a different perl script which runs in the cmd window. The problem I have is that I need a script that will do the following:
1) Kill the open cmd windows (i.e perform a ctrl c on each cmd window)
2) Execute the 4 batch files each in a seperate cmd window
Hope you can help
Thanks
Nick
I have 4 .bat files which each run in there own cmd window, each delete a file and then call a different perl script which runs in the cmd window. The problem I have is that I need a script that will do the following:
1) Kill the open cmd windows (i.e perform a ctrl c on each cmd window)
2) Execute the 4 batch files each in a seperate cmd window
Hope you can help
Thanks
Nick
Comment