Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Find Running Process

by repellent (Priest)
on Apr 10, 2012 at 07:16 UTC ( [id://964276]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # single quotes here to keep the backslashes as-is
    my $tempfile = 'C:\Testing\TestNotepadRunning.txt';
    
    # double quotes here to interpolate $tempfile
    system("TASKLIST > $tempfile");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://964276]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-18 04:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found