I created a bat file to run it:
Code: Select all
C:\Programs\VirtualBox\VBoxManage.exe guestcontrol "XPVirtualMachine" execute --image "\\VBOXSVR\Dnload\StartAllSesions.exe" --username Name --password RealPassword --wait-stdout --verbose
cmdCode: Select all
Opening guest session as user 'jimxp' ...
Waiting for guest session to start ...
Guest session (ID 1) has been started
Starting guest process ...
Process '\\VBOXSVR\Dnload\StartAllSesions.exe' (PID 592) started
Process terminated
Exit code=0 (Status=500 [successfully terminated])
Closing guest session ...Thank you,
Docfxit