Batch file Maximize?

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

When I run a batch file through GPO and have the script visible it only runs
minimized. Is there a way to run it maximized because I want to display
text?
 
When I run a batch file through GPO and have the script visible it only runs
minimized. Is there a way to run it maximized because I want to display
text?

If you want to display text you can use something like
start notepad text.txt

you may also try

"start max second.cmd"
within the batch file to use a second cmd for display purpose.

Ciao, Walter
 
I am using just an echo command to diplay the text I want, but I want the
window to be maximized by default instead of minimized
 
Back
Top