diff options
Diffstat (limited to 'startup.vbs')
| -rw-r--r-- | startup.vbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/startup.vbs b/startup.vbs new file mode 100644 index 00000000..cb075e65 --- /dev/null +++ b/startup.vbs @@ -0,0 +1,2 @@ +Set objShell = WScript.CreateObject("WScript.Shell")
+objShell.Run("C:\Users\guillaume\startup.bat"), 0, True
\ No newline at end of file |
