Readers Questions.IF01735 Q. How can I run a batch file or other file minimized? A. Microsoft Windows users can run batch files or other files in a minimized window by using the command prompt start command. This is useful for when a user needs to run a batch file but doesn't want the user to interrupt its operation. Below is an example of how the start command can be used to start the batch file info.bat as a minimized window. start /min info.bat Note: If the batch file does not end with the exit command it will keep an MS-DOS command prompt window open after the batch file is closed. If you wish for the user to not have to hassle with manually closing the window make sure to add this at the end of your batch file. Let me know if you need anything else. Did this Article Give you the Information You Were Looking For?
If you found this information useful,
please
|
|