If I burn the contents of the second floppy directly onto the CD, after booting there is only one virtual A: drive, and PQDI cannot be found. Loading the CD driver at boot might be one way, but I'd prefer to go directly into the PQDI program. Do the following two files need to be modified? How should they be changed? Please.
《AUTOEXEC。BAT》
@ECHO OFF
PROMPT $P$G
REM -------------------------------------------------------
REM -- Put keyboard codes (xx) and --
REM -- code page variables (yyy) here. --
REM -------------------------------------------------------
REM MODE CON CP PREP=((yyy) EGA.CPI)
REM MODE CON CP SEL=yyy
REM KEYB xx,yyy
REM -------------------------------------------------------
REM -- Put network or CD-ROM drivers here. --
REM -------------------------------------------------------
REM Windows DOS:
REM MSCDEX.EXE /D:driver_name
REM Caldera DOS:
REM NWCDEX.EXE /D:driver_name
MOUSE
SET TZ=CST-8
ECHO.
ECHO Insert Drive Image Disk 2 (Program)
ECHO.
ECHO.
ECHO *** Press Any Key to Continue ***
ECHO.
PAUSE >NUL
ECHO Drive Image 2002
ECHO Copyright 1994-2002, PowerQuest Corporation.
ECHO All rights reserved.
ECHO.
ECHO Loading. Please wait...
ECHO.
PQDI
《CONFIG。SYS》
DEVICE=HIMEM.SYS
REM DEVICE=EMM386.EXE
DOS=HIGH,UMB
LASTDRIVE=Z
REM -------------------------------------------------------
REM -- Put code page variable (yyy) here. --
REM -------------------------------------------------------
REM DEVICEHIGH=DISPLAY.SYS CON=(EGA,yyy,)
REM -------------------------------------------------------
REM -- Put network or CD-ROM drivers here. --
REM -------------------------------------------------------
REM DEVICE=CDROM.SYS /D=driver_name