HP3000-L Archives

July 2001, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Juan Rojas <[log in to unmask]>
Reply To:
Juan Rojas <[log in to unmask]>
Date:
Thu, 26 Jul 2001 09:53:48 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
Mike,
You can create a script such:

parm AppName="c:\winnt\notepad",FName="c:\TEMP\showlist.txt"
 option nolist
 setvar esc,chr(27)
 echo !ESC&oG                                     > vbacmd
 echo sub main                                    >> vbacmd
 echo application.shell "!AppName","!FName"       >> vbacmd
 echo end sub                                     >> vbacmd
 echo !ESC&oH                                     >> vbacmd
 print vbacmd

If you want to open the Notepad application and you can run the script like:

script "c:\Program files\Internet Explorer\iexplore.exe","http://any page.com" 

If you want to open IE with the given page.

Juan Rojas

>>> Mike Bigley <[log in to unmask]> 7/26/01 9:12:25 AM >>>
I would like to know if anyone has been successful with a Reflections
script that will start up Internet Explorer and pass it the name of a web
page to open.  Thanks.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2