Advertisement
Deozaan

VirtualBox Headless Server

Aug 30th, 2011
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. '=====================================
  2. Set WshShell = WScript.CreateObject("WScript.Shell")
  3. obj = WshShell.Run("C:\Progra~1\Oracle\VirtualBox\VBoxHeadless.exe -s 41750904-5952-4495-a06a-5232f34b9365 -v off", 0)
  4. set WshShell = Nothing
  5. '=====================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement