99a0efe5
by Dmitry Kislyuk at 2025-09-29T12:41:47+02:00
wscript: Ignore /d and /u.
/d allows the script to be debugged, but does not apparently affect its
execution otherwise (in particular, the user still needs to attach the
debugger).
/u is specific to cscript, and specifies Unicode console I/O. We do not
currently implement console I/O in cscript/wscript anyway.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49905