Alexandre Julliard pushed to branch master at wine / wine
Commits: 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
- - - - -
1 changed file:
- programs/wscript/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/99a0efe5a27241bea51e077a06a934a...