This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
BiblioMxWeb/windowsAgent/startupHidden.vbs
2022-01-31 10:50:57 +01:00

5 lines
193 B
Plaintext

' 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