how to minimize my batch file window when it starts
Posted: 17 Apr 2012 13:58
how to minimize my batch file window when it starts, using a command
A Forum all about DOS Batch
https://www.dostips.com/forum/
Code: Select all
@if not defined myvar (set "myvar=a"&start /min cmd /c "%~f0" %*&goto :eof)