• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

bat file question? Need help!

Adul

Elite Member
exit should close a dos window shouldn't it?

It wont for some reason in my bat file. ANy ideas?

Can I run it minimized?
and then close?

help
 
To make sure the DOS window closes after the batch file finishes, you need to make an MS-DOS shortcut to the batch file. Right click on the file, click properties, the program tab, and check the "close on exit" checkbox.

Edit: The run minimized option is just above that checkbox.

This shortcut will be run whether you run the shortcut or the batch file, as long as they have the same name and are in the same directory.
 
Back
Top