While using HTA userform for VBscript, I found that HTA doesn\'t support WScript and its objects/methods.
Is there any alternate way of creating userform or is thery
An alternative to WScript.Echo would be to simply add content to the DOM:
WScript.Echo
or if you want a dialogbox instead, you can use MsgBox()
MsgBox()
You can use Scripting.FileSystemObject without WScript
Scripting.FileSystemObject
WScript