Start up IE maximized through a vbs file
- From: rwh@xxxxxxxxxxxxxxx
- Date: 11 Nov 2005 11:43:45 -0800
I have this written this script to run on XP Pro:
the script is named script.vbs and I call it from a batch file.
**************************************************************************
set Shell = createobject("wscript.shell")
Shell.Run "http://peso.ubalt.edu/portal.html",3
wscript.quit
DIM IE
Set IE = CreateObject("IExplorer.exe")
maxx=screen.availWidth
maxy=screen.availHeight
ie.left=0
ie.top=0
ie.height=maxy
ie.width=maxx
wscript.quit
*************************************************************************
It doesn't always open Internet Explorer as full screen.
I can do batch scripts well but do not really know wsh or vbs well.
Can anyone clean this up for me
.
- Follow-Ups:
- Re: Start up IE maximized through a vbs file
- From: \"Crash\" Dummy
- Re: Start up IE maximized through a vbs file
- From: Joey D
- Re: Start up IE maximized through a vbs file
- Prev by Date: Re: Insert string after names on a list
- Next by Date: Re: request.clientcertificate
- Previous by thread: Strip end if file path
- Next by thread: Re: Start up IE maximized through a vbs file
- Index(es):
Relevant Pages
|