Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Find Running Process

by repellent (Priest)
on Apr 10, 2012 at 07:16 UTC ( #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 pondering the Monastery: (3)
As of 2023-12-10 17:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?