96f6726e
by Francis De Brabandere at 2026-04-17T18:31:41+02:00
wscript: Implement error messages, usage output, and //nologo banner.
Report user-visible "Input Error" messages to stdout matching Windows
behavior for missing script files and nonexistent files. Display usage
information with Wine version when invoked with no arguments. Script
runtime errors (OnScriptError) remain on stderr. Implement //nologo and
//logo flags to control the banner displayed before script execution.
Treat unrecognized options as filenames to support Unix-style paths on
Wine. Add FIXME stubs for other recognized but unimplemented options
(//X, //S, //E:, //H:, //Job:, //T:).