OfficeAnimal
Technical User
I have just installed PrimalScript 2015 and written this very complex script file:
'==============================
Option Explicit
On Error Resume Next
Dim My_Message
My_Message = "Hello World"
MsgBox My_Message
'==============================
When I try to run this I get:
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
Input Error: There is no script engine for file extension ".vbs".
Execution time: < 1 second
Exit code: 1 , 0001h
I have read a dozen solutions on the Net dating from the turn of the century.
It seems to be a problem no-one complains about these days.
Just the same, it happened to me!![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)
What does one do these days?
"Truth will sooner come out from error than from confusion."
Francis Bacon (1561-1626)
'==============================
Option Explicit
On Error Resume Next
Dim My_Message
My_Message = "Hello World"
MsgBox My_Message
'==============================
When I try to run this I get:
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
Input Error: There is no script engine for file extension ".vbs".
Execution time: < 1 second
Exit code: 1 , 0001h
![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)
It seems to be a problem no-one complains about these days.
Just the same, it happened to me!
![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)
What does one do these days?
"Truth will sooner come out from error than from confusion."
Francis Bacon (1561-1626)