VirtualBox

Opened 17 years ago

Closed 17 years ago

#342 closed enhancement (fixed)

-nologo switch for VBoxManage

Reported by: Christian d'Heureuse Owned by:
Component: other Version:
Keywords: VBoxManage command line logo Cc:
Guest type: other Host type: other

Description

Please provide a "-nologo" switch for the VBoxManage command line tool, to reduce the output on the command line (suppress the first 3 output lines) when the tool is used within a script (e.g. in a Windows Batch file).

Change History (5)

comment:1 by Michael Thayer, 17 years ago

Resolution: wontfix
Status: newclosed

You can achieve this now by diverting the output from VBoxManage to /dev/null (Linux) or to nul (Windows).

comment:2 by Christian d'Heureuse, 17 years ago

Resolution: wontfix
Status: closedreopened

But when I redirect the output to nul, I don't get any output at all. Even error messages are not displayed (in Windows).

e.g. the commands:

VBoxManage xyz >nul VBoxManage modifyvm x -ostype x >nul

do not produce any output. This is not acceptable.

comment:3 by Christian d'Heureuse, 17 years ago

Sorry, the forum software made one line out of two lines. Correct lines:

VBoxManage xyz >nul

VBoxManage modifyvm x -ostype x >nul

comment:4 by Achim Hasenmueller, 17 years ago

Yes, I agree that there should be a -nologo switch. Not sure when we will get around implementing this so a patch would be very welcome.

comment:5 by Frank Mehnert, 17 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in svn.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use