How to run VBScript in Windows NT 4?

3.1k Views Asked by At

I have a VBScript which I am scheduling to run daily on many Windows servers. In Windows 2000 and 2003, the script worked fine as the two OS have csript.exe. However, in Windows NT 4, it does not seem to have this executable.

Is there an alternative/option to run the VBScript in Windows NT 4?

2

There are 2 best solutions below

0
On

You need WSH 5.6. It should be available on Windows Update or you can download it here. You know NT4 isn't supported any more? </serverfault>

1
On

According to this MSDN article, WSH 5.6 was available and ran on NT 4.0:

http://msdn.microsoft.com/en-us/library/ms974613.aspx

However, when I go to the Download Center to get Windows Script Host, the 5.6 version only claims to be avaialble for Windows 2000 and Windows XP. There is a newer version, 5.7, but it says it's only supported on XP.

Download Center: http://www.microsoft.com/downloads/en/results.aspx?freetext=windows+script+host&displaylang=en&stype=s_basic

So, perhaps Microsoft removed NT because it has been end-of-lifed? Or perhaps they did a minor update to 5.6 that made it incompatible with NT 4.0.