Any way to Hide the command console?

Discuss anything related to command line tools here.
Message
Author
lwc
Posts: 210
Joined: Tue Jun 26, 2012 10:40 pm
Contact:

Re: Any way to Hide the command console?

#16 Post by lwc »

My AutoRun LWMenu can do it with show=hidden, for example:
[CUSTOM CD MENU]
hidetrayicon=1 ; if you want neither console nor launcher icon
skiptobutton=1 ; if you don't want a menu

[BUTTON1]
buttontext=CMD ;or whatever you want
relativepathandfilename=something.bat ; or even just cmd, but then better use command line parameters
optionalcommandlineparams= ; add if needed
closemenuonclick=1
show=hidden

Post Reply