Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: how to create independent process?

by l.frankline (Hermit)
on Feb 07, 2006 at 09:10 UTC ( [id://528456]=note: print w/replies, xml ) Need Help??


in reply to how to create independent process?

If you are seeking for this example, then please go through with this code.

use Win32::Process; Win32::Process::Create($ProcessObj, "C:\winnt\notepad.exe", "c:\sample.txt", 0, DETACHED_PROCESS, ".")|| die "cant find the application" +; }

regards
Franklin

Don't put off till tomorrow, what you can do today.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-18 08:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found