Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How to continue a script after using a system call without the system call has been closed

by vladdrak (Monk)
on Mar 07, 2001 at 10:21 UTC ( [id://62674]=note: print w/replies, xml ) Need Help??


in reply to How to continue a script after using a system call without the system call has been closed

you can also do either:
system("start notepad test.txt");
or
`notepad test.txt`;
  • Comment on Re: How to continue a script after using a system call without the system call has been closed
  • Select or Download Code

Replies are listed 'Best First'.
Re: Re: How to continue a script after using a system call without the system call has been closed
by Caillte (Friar) on Mar 07, 2001 at 19:41 UTC

    I've found that using Win32::Process is better as calling start requires a DOS window to be open

    $japh->{'Caillte'} = $me;

Log In?
Username:
Password:

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

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

    No recent polls found