home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if "%1"=="a:" goto install
- if "%1"=="A:" goto install
- if "%1"=="b:" goto install
- if "%1"=="B:" goto install
- echo -----------------------------------------
- echo You need to type INSTALL A: or INSTALL B:
- echo -----------------------------------------
- goto end
- :install
- echo **** MAKING THE TIMEWORKS PUBLISHER LITE MASTER DISKS *****
- echo You need two formatted disks. If you haven't got any, press
- echo Control+C and format two now. They need to be blank so make
- echo sure you have wiped off any programs on them.
- pause
- echo Put one of the blank disks in drive %1
- pause
- echo ============ MAKING DISK 2 =====================
- disk2 /e%1
- echo ============ DISK 2 FINISHED ===================
- echo Label this disk Timeworks Publisher Lite Disk 2.
- pause
- echo ============ MAKING DISK 1 =====================
- echo Put the other blank disk in drive %1
- pause
- disk1 /e%1
- echo =========== DISK 1 FINISHED ====================
- echo Label this disk Timeworks Publisher Lite Disk 1.
- pause
- cd \
- echo =========== TIMEWORKS LITE INSTALL ========================
- echo I'm going to transfer to the Timeworks INSTALL program now.
- echo You can delete this TIMEWORK directory after installation.
- pause
- %1
- install
- :end
-