shell - How do I disable/hide command box in batch file prompt? -
how disable/hide command box in command prompt window brought batch file? how force window stay on top?
the short answer is: can't regular command prompt.
the long answer is: can 3rd party applications or of scripting described in answer https://superuser.com/questions/62525/run-a-completly-hidden-batch-file on superuser (which way correct place type of questions)
edit:
after further comments, op clarified wants disable close/minimize buttons on command prompt window, not actual window. answered here, , unfortunately cannot: disabling cmd close button batch command
Comments
Post a Comment