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

Re: Win32::OLE and Explorer.exe

by Arbogast (Monk)
on Dec 10, 2003 at 01:00 UTC ( #313625=note: print w/replies, xml ) Need Help??


in reply to Win32::OLE and Explorer.exe

use Win32::Process;

Win32::Process::Create($job,
"C:\\Windows\\explorer.exe",
"explorer d:\\Sams_Data",
0,
NORMAL_PRIORITY_CLASS,
".")|| die ErrorReport();

$job->Wait(INFINITE);

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others studying the Monastery: (3)
As of 2023-06-04 03:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (17 votes). Check out past polls.

    Notices?