Changeset 33386 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Oct 24, 2010 3:57:55 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66973
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r33321 r33386 955 955 print " Pointing device [pointingHidType]: %s (%s)" %(asEnumElem(ctx,"PointingHidType", mach.pointingHidType), mach.pointingHidType) 956 956 print " Last changed [n/a]: " + time.asctime(time.localtime(long(mach.lastStateChange)/1000)) 957 # OSE has no VRD P957 # OSE has no VRDE 958 958 try: 959 print " VRD P server [VRDPServer.enabled]: %s" %(asState(mach.VRDPServer.enabled))959 print " VRDE server [VRDEServer.enabled]: %s" %(asState(mach.VRDEServer.enabled)) 960 960 except: 961 961 pass … … 2987 2987 2988 2988 commands = {'help':['Prints help information', helpCmd, 0], 2989 'start':['Start virtual machine by name or uuid: start Linux vrdp', startCmd, 0],2989 'start':['Start virtual machine by name or uuid: start Linux headless', startCmd, 0], 2990 2990 'createVm':['Create virtual machine: createVm macvm MacOS', createVmCmd, 0], 2991 2991 'removeVm':['Remove virtual machine', removeVmCmd, 0],
Note:
See TracChangeset
for help on using the changeset viewer.