Update invisible.cmd to return errorlevel

This commit is contained in:
Nika Gerson Lohman 2018-12-04 11:48:36 +01:00 committed by GitHub
commit 933732731f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,2 @@
start /B /wait wscript "%~dp0\invisible.vbs" %*
start /B /wait wscript "%~dp0\invisible.vbs" %*
exit %ERRORLEVEL%