Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Type ASCII Text in a Virtual MachineContent of Type ASCII Text in a Virtual Machine.vbsMD5 Hash: DBB0FAFECA24A286E69323E1D2EEFF3B |
||
' Description: Types the string "Test string." 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.TypeASCIIText("Test string.") | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |