You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be similar to/the same as K95s existing REXX integration. Provide a command to run a script via the windows script host using one of the installed languages, and prove a way for the running script to interact with K95.
Its probably much more complex doing the same from ANSI C given that COM is involved.
WSH is available on Windows 95 as an optional feature, NT 4 Service Pack 4+, and is standard on all Windows releases starting from Windows 98 and Windows 2000.
The text was updated successfully, but these errors were encountered:
This would be similar to/the same as K95s existing REXX integration. Provide a command to run a script via the windows script host using one of the installed languages, and prove a way for the running script to interact with K95.
There is an example of interacting with WSH from .net here: https://github.com/codewitch-honey-crisis/Scripting
Its probably much more complex doing the same from ANSI C given that COM is involved.
WSH is available on Windows 95 as an optional feature, NT 4 Service Pack 4+, and is standard on all Windows releases starting from Windows 98 and Windows 2000.
The text was updated successfully, but these errors were encountered: