![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Find Running Processby redlake2 (Initiate) |
on Apr 10, 2012 at 06:58 UTC ( #964266=perlquestion: print w/replies, xml ) | Need Help?? |
redlake2 has asked for the wisdom of the Perl Monks concerning the following question: Hi, I need some help. I need to check if a process is running and then continue on with some Perl code after the process completes. (I am going to use notepad.exe as an example app) The Perl call prglst doesn't work for me so I wrote some DOS code that works sending the data through to a file that I can read: set tempfile = "C:\Testing\TestNotepadRunning.txt" Then transposing that call into Perl won't work for me:
Can you help?
Back to
Seekers of Perl Wisdom
|
|