Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Launching a data file in Win32 using the assciated application automatically

by guha (Priest)
on May 04, 2003 at 13:57 UTC ( [id://255473]=note: print w/replies, xml ) Need Help??


in reply to Launching a data file in Win32 using the assciated application automatically

No need to dig through the registry ....
#perl -w my @cmd = qw{start foo.txt}; system(@cmd);
if you don't want to return to the perlprogram, use exec instead of system.
  • Comment on Re: Launching a data file in Win32 using the assciated application automatically
  • Download Code

Replies are listed 'Best First'.
Re: Re: Launching a data file in Win32 using the assciated application automatically
by tinypig (Beadle) on May 04, 2003 at 17:30 UTC
    That's the ticket. Thanks very much!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-20 15:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found