Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Press a Key in a Virtual MachineContent of Press a Key in a Virtual Machine.vbsMD5 Hash: 168BE051340ACCB991FCBA6C025D1549 |
||
' Description: Presses the left CTRL and the Escape key within a virtual machine named Windows 2000 Server.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objVM = objVS.FindVirtualMachine("Windows 2000 Server") Set objKeyboard = objVM.Keyboard errReturn = objKeyboard.PressKey("Key_LeftCtrl") errReturn = objKeyboard.PressKey("Key_Escape") | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |