Running VBscripts without the scripting host 
Author Message
 Running VBscripts without the scripting host

Hi,

Can anyone help me with this:
I have a VBScript that i want to run on an NT4 machine. I do not want to
install the scripting host on this machine.
Is there a way to run this script without installing any additional software
on this machine?

Thanks!

Hara



Sun, 14 Dec 2003 22:01:07 GMT  
 Running VBscripts without the scripting host
What version of IE is installed on the NT box?  If IE5.01 or higher, you may already have WSH
installed.  You could also run the script as an HTA with IE5+.

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--

Quote:

> Hi,

> Can anyone help me with this:
> I have a VBscript that i want to run on an NT4 machine. I do not want to
> install the scripting host on this machine.
> Is there a way to run this script without installing any additional software
> on this machine?

> Thanks!

> Hara



Mon, 15 Dec 2003 01:09:42 GMT  
 Running VBscripts without the scripting host
Have you got a fast link to the documentation on HTA in MSDN?, I am
interested in using it.

Thanks

root

Quote:
> What version of IE is installed on the NT box?  If IE5.01 or higher, you

may already have WSH
Quote:
> installed.  You could also run the script as an HTA with IE5+.

> --
> Michael Harris
> Microsoft.MVP.Scripting
> --

> Please do not email questions - post them to the newsgroup instead.
> --




Quote:
> > Hi,

> > Can anyone help me with this:
> > I have a VBscript that i want to run on an NT4 machine. I do not want to
> > install the scripting host on this machine.
> > Is there a way to run this script without installing any additional
software
> > on this machine?

> > Thanks!

> > Hara



Mon, 15 Dec 2003 02:17:42 GMT  
 Running VBscripts without the scripting host
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/ht...
iew/htaoverview.asp


Mon, 15 Dec 2003 04:44:58 GMT  
 Running VBscripts without the scripting host
HTML Applications Overview
http://msdn.microsoft.com/workshop/author/hta/overview/htaoverview.asp
HTML Applications Reference
http://msdn.microsoft.com/workshop/author/hta/reference/objects/hta.asp

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--

Quote:

> Have you got a fast link to the documentation on HTA in MSDN?, I am
> interested in using it.

> Thanks

> root


> > What version of IE is installed on the NT box?  If IE5.01 or higher, you
> may already have WSH
> > installed.  You could also run the script as an HTA with IE5+.

> > --
> > Michael Harris
> > Microsoft.MVP.Scripting
> > --

> > Please do not email questions - post them to the newsgroup instead.
> > --



> > > Hi,

> > > Can anyone help me with this:
> > > I have a VBscript that i want to run on an NT4 machine. I do not want to
> > > install the scripting host on this machine.
> > > Is there a way to run this script without installing any additional
> software
> > > on this machine?

> > > Thanks!

> > > Hara



Mon, 15 Dec 2003 09:12:59 GMT  
 Running VBscripts without the scripting host
With IE5.0 installed, you should be able to run script file or use HTA.
Otherwise, for NT4 and WIn95 machines we need to install WSH to run script
files.

Thanks,

Robin



Mon, 15 Dec 2003 15:21:30 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Running programs from a HTA (without Windows Scripting Host)

2. Running Scripting Host Files as Logon Script

3. VBScript and Windows Scripting Host

4. Windows Scripting Host Run method fails - HELP!

5. Windows Scripting Host Run method fails - HELP!

6. Research: Windows Script Host or Windows Scripting Host

7. Having problems running scripts and hosting.

8. String length limit on Windows Scripting Host Run method

9. Windows Scripting Host Run method fails - HELP!

10. scheduled script is running without user environment.

11. scheduled script is running without user environment.

12. How do i automatically run a script, without a user double clicking it

 

 
Powered by phpBB® Forum Software