The AUTOEXEC.BAT file.
AUTOEXEC.BAT is used to run programs automatically when the computer is started.
Example:
@ECHO OFF
PATH C:\DOS;C:\BIN;C:\WINDOWS;C:\WP50
chkdsk /f
prompt $p$g
msav /p /l
vsafe
Exercise:
C:\> type c:\autoexec.bat
Previous slide
Next slide
Back to first slide
View graphic version