home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 2
/
ctrom_ii_b.zip
/
ctrom_ii_b
/
FLIGHTSI
/
NAVIGATI
/
JEPPESEN
/
LOAD.BAT
< prev
Wrap
DOS Batch File
|
1990-06-13
|
2KB
|
72 lines
echo off
cls
rename s start.exe
start
if errorlevel 2 goto disk
if errorlevel 1 goto hard
rename start.exe s
goto exit
:hard
echo *** Start LOADING and DE-COMPRESSING JL Access Software ***
rename p p.exe
rename d d.exe
rename b b.exe
d /wa
del d.exe
p /wa
del p.exe
b /wa
del b.exe
echo *** JL Access software successfully LOADED to DISK ***
bel3
del start.exe
start
goto exit
:disk
rename start.exe s
rename p p.exe
rename d d.exe
rename b b.exe
echo .
echo This process will create a working copy of the JL Access software
echo for use on two diskette drives and get you started into JL Access.
echo Please have the following labeled diskettes ready,
echo .
echo PROGRAM
echo DOCUMENT/TUTORIAL
echo .
echo Press ENTER to continue or Ctrl-Break to Quit
pause
echo .
echo Please load the DOCUMENT/TUTORIAL diskette in Drive B:
bel3
pause
echo *** Start LOADING and DE-COMPRESSING to DOCUMENT/TUTORIAL disk ***
d b:\ /wa
b b:\ /wa
echo .
echo Remove the DOCUMENT/TUTORIAL diskette from Drive B:
echo Then insert the PROGRAM diskette in Drive B:
bel3
pause
echo *** Start LOADING and DE-COMPRESSING to PROGRAM disk ***
p b:\ /wa
b b:\ /wa
echo .
echo *** JL Access software SUCCESSFULLY LOADED to 2 DISKETTES ***
bel3
rename p.exe p
rename d.exe d
rename b.exe b
cls
echo Remove the DISTRIBUTION diskette from Drive A:
echo Insert the DOCUMENT/TUTORIAL in Drive A:
echo .
echo Type 'START' and press the ENTER key.
goto end
:exit
echo .
echo *** JL Access LOAD NOT Completed ***
:end
echo on