Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: WIN32 exec mystery

by major tom (Novice)
on Jul 02, 2002 at 22:58 UTC ( [id://179022]=note: print w/replies, xml ) Need Help??


in reply to Re: WIN32 exec mystery
in thread WIN32 exec mystery

Firstly , Thanks for input!

I'm adjusting some settings regarding to the program that I want to start both before it's started and afterwards - when its up and running. It's a GUI-program, so I would like users not to see the console window at all, but that is not highest priority.

You say quote:
"Actually perl internally parses your command to know what to run and which arguments to pass. Hence difference when you add extra quotes."

What does this mean regarding to the console window that won't be killed (or the console windows (not) appearing)? It seems that when I use

my $prg= ' "c:/winnt/notepad.exe" ';

and

exec $prg ;

in the child process there is some other process starting up, which keep the perl program from ending (and thus closing the console window)?! Tom

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 17:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found