home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 September
/
PCW0901.iso
/
Utilitiy
/
PartitionMagic
/
PartitionMagic6PRODEMO.ZIP
/
BTMAGIC
/
OS2DOS
/
AUTOEXEC.BAT
next >
Wrap
DOS Batch File
|
2000-10-10
|
329b
|
20 lines
@ECHO OFF
PROMPT $P$G
PQBoot.Exe /rescue
REM Put Network or CD-ROM drivers here.
REM CDEX.EXE [/Help/?] /D:driver_name [/L:drive_letter] [/M:buffers]
REM Load Mouse Driver
MOUSE
If Not Exist C:\BTMAGIC.PQ\BMCFG.EXE goto Skip
REM Load the BootMagic Configuration Manager
C:
CD \BTMagic.PQ
BMCfg.Exe
:Skip