How can you do this...?

Jean

Member
Oct 13, 1999
182
0
0

Greetings.

After installing Drive Image 5 program, I create an emergency disk which consist of two floppy disk one boot and one program.
I wish to copy and run these two disk on a cdrom. Does anyone have an idea how to do this or how to modify the following Autoexec.bat in such a way that Drive image recognize the disk two on cd-rom and won't prompt to insert disk 2 in drive A?

Any help is greatly appreciated.

=======================
DISK 1 (There are two Autoexec.* on this disk)
=======================
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 [/L:Drive_letter] [/M:buffers]

REM Caldera DOS:
REM NWCDEX.EXE /D:Driver_name [/L:Drive_letter] [/M:buffers]

MOUSE

ECHO.
ECHO Insert Drive Image Disk 2 (Program)
ECHO.
ECHO.
ECHO *** Press Any Key to Continue ***
ECHO.
PAUSE >NUL


ECHO Drive Image 5.0
ECHO (c) 1994-2001, PowerQuest Corporation. All rights reserved.
ECHO U.S. patents 5,675,769 5,706,472 5,930,831 6,088,778 6,108,759.
ECHO Other patents pending.
ECHO.
ECHO Loading please wait...
ECHO.

PQDI
------------------------
Autoexec.001
------------------------
@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 [/L:Drive_letter] [/M:buffers]

REM Caldera DOS:
REM NWCDEX.EXE /D:Driver_name [/L:Drive_letter] [/M:buffers]

MOUSE
________________________

========================
Disk 2
========================
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 [/L:Drive_letter] [/M:buffers]

REM Caldera DOS:
REM NWCDEX.EXE /D:Driver_name [/L:Drive_letter] [/M:buffers]

MOUSE

ECHO.
ECHO Insert Drive Image Disk 2 (Program)
ECHO.
ECHO.
ECHO *** Press Any Key to Continue ***
ECHO.
PAUSE >NUL


ECHO Drive Image 5.0
ECHO (c) 1994-2001, PowerQuest Corporation. All rights reserved.
ECHO U.S. patents 5,675,769 5,706,472 5,930,831 6,088,778 6,108,759.
ECHO Other patents pending.
ECHO.
ECHO Loading please wait...
ECHO.

PQDI