mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
f380a51040
The last two parameters are optional, see https://learn.microsoft.com/en-us/previous-versions/d5fk67ky(v=vs.85) Test case: ``` ' test.vbs Set objShell = Wscript.CreateObject("Wscript.Shell") objShell.Run "calc.exe" ' Should work because the arguments are optional objShell.Run "winver.exe", invalidnumber ' Windows treats this as SW_HIDE because it can convert VT_EMPTY objShell.Run "notepad.exe", "invalidnumber" ' Windows fails with error ``` |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
guid.c | ||
precomp.h | ||
shell.c | ||
wshom.idl | ||
wshom.ocx.spec | ||
wshom.rc | ||
wshom.rgs | ||
wshom.tlb.rgs | ||
wshom_main.c | ||
wshom_private.h |