Hidden vbs startup

This commit is contained in:
MatMasIt 2022-01-31 10:50:57 +01:00 committed by GitHub
parent 8e6ec08ce6
commit 583e0d1bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
' add to shell:startup to run the script hidden
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\Users\Utente\Desktop\webui\run.bat" & Chr(34), 0
Set WshShell = Nothing