![]() |
|
XP is just a number | |
PerlMonks |
Re: Win32::OLE and Explorer.exeby Arbogast (Monk) |
on Dec 10, 2003 at 01:00 UTC ( #313625=note: print w/replies, xml ) | Need Help?? |
use Win32::Process; Win32::Process::Create($job, "C:\\Windows\\explorer.exe", "explorer d:\\Sams_Data", 0, NORMAL_PRIORITY_CLASS, ".")|| die ErrorReport(); $job->Wait(INFINITE);
In Section
Seekers of Perl Wisdom
|
|