AUTOEXEC.BAT
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo | name = AUTOEXEC.BAT | formattype = electronic | subcat = Configuration files | subcat2 = DOS config...") |
Dan Tobias (Talk | contribs) |
||
Line 21: | Line 21: | ||
}} | }} | ||
− | '''AUTOEXEC.BAT''' is a special [[batch file]] that was present in the root directory of a boot disk for various versions of PC/MS-DOS and Windows, containing commands that were excecuted upon bootup in order to complete the setup of the system before the user was placed into the command prompt. If you wished the computer to automatically boot into some particular program you would place the command invoking it at the end of this file where it would run after all the other setup was complete. | + | '''AUTOEXEC.BAT''' is a special [[batch file]] that was present in the root directory of a boot disk for various versions of PC/MS-DOS and Windows, containing commands that were excecuted upon bootup in order to complete the setup of the system before the user was placed into the command prompt. If you wished the computer to automatically boot into some particular program you would place the command invoking it at the end of this file where it would run after all the other setup was complete. Modern Windows versions have other means of running things on launch. |
[[Category:Microsoft]] | [[Category:Microsoft]] |
Revision as of 17:45, 3 April 2016
AUTOEXEC.BAT is a special batch file that was present in the root directory of a boot disk for various versions of PC/MS-DOS and Windows, containing commands that were excecuted upon bootup in order to complete the setup of the system before the user was placed into the command prompt. If you wished the computer to automatically boot into some particular program you would place the command invoking it at the end of this file where it would run after all the other setup was complete. Modern Windows versions have other means of running things on launch.