Changeset 28378 in vbox for trunk/src/VBox
- Timestamp:
- Apr 15, 2010 3:55:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r28374 r28378 703 703 tmo = 0 704 704 print "executing %s with %s" %(args[0], args[1:]) 705 (p id, progress) = console.guest.executeProcess(args[0], 0, args[1:], [], "", "", "", user, passwd, tmo)705 (progress, pid) = console.guest.executeProcess(args[0], 0, args[1:], [], "", "", "", user, passwd, tmo) 706 706 print "executed with pid %d" %(pid) 707 707
Note:
See TracChangeset
for help on using the changeset viewer.