- Timestamp:
- May 17, 2010 2:02:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r29541 r29544 844 844 gargs = args 845 845 print "executing %s with args %s" %(args[0], gargs) 846 (progress, pid) = guest.executeProcess(args[0], 0, gargs, env, "", "", "",user, passwd, tmo)846 (progress, pid) = guest.executeProcess(args[0], 0, gargs, env, user, passwd, tmo) 847 847 print "executed with pid %d" %(pid) 848 848 if pid != 0:
Note:
See TracChangeset
for help on using the changeset viewer.