open program

This is a discussion on open program within the Perl forums in Programming Languages category; I am trying to open Internet explorer from within Perl.I have used the following code: #!/usr/bin/perl;open(MYFILE,"C:\Program Files\Internet Explorer.exe"); Any help would be appreciated. Paul...

Go Back   Application Development Forum > Programming Languages > Perl

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 09-08-2008, 03:19 AM
Adams Paul
Guest
 
Default open program


I am trying to open Internet explorer from within Perl.I have used the following code:



#!/usr/bin/perl;open(MYFILE,"C:\Program Files\Internet Explorer.exe");
Any help would be appreciated.
Paul


Reply With Quote
  #2  
Old 09-08-2008, 03:32 AM
V.Ramkumar
Guest
 
Default RE: open program

>>I am trying to open Internet explorer from within Perl.I have used the
>>following code:


You cau use like this: system ("start iexplore \"www.google.com\"");
System ("start iexplore");

Regards,
Ramkumar



Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 09:31 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.