Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Launching Internet Explorer

by pKai (Priest)
on Sep 27, 2006 at 11:51 UTC ( [id://575133]=note: print w/replies, xml ) Need Help??


in reply to Launching Internet Explorer

For launching IEs as sort of "poor man's explorer" in RUNAS-Dosboxes (IE will inherit credentials, while explorer won't), I use the following 1-line-batch

perl -MFile::Spec::Functions -MCwd -MProc::Background -e "my $a=qq(@ARGV);$a = catfile(getcwd,$a) if $a!~/[\\\/]/;Proc::Background->new('C:\Program Files\Internet Explorer\IEXPLORE.EXE',$a)" %*

Proc::Background just serves as wrapper to Win32::Process to simplify the interface.

Using an applicable form of system as described above is of course a viable alternative.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-26 04:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found