echo off rem Disk Vendors: rem This installation program is intended to be used with a rem 360K 3-1/2" floppy disks. For it to operate properly, rem the DOC DEFIANT files must be compressed within a rem self-extracting DEFIAN10.SFX file. INSTALL.BAT and rem README.1ST files will remain in the root directory. rem If you choose to distribute on a 360K floppy and you are rem having any difficulties, please contact Just For Me rem Software, Inc. directly for assistance. cls if "%1" == "" goto INSTRUCT :INSTALL echo DOC DEFIANT Hard Disk Installation echo ---------------------------------- echo This program will install DOC DEFIANT on your hard echo disk in a directory called %1/DEFIANT from your echo floppy disk drive. You must have 1 Megabyte echo free on your hard drive for the self-extracting files echo to run properly. pause md %1\DEFIANT cls echo --- LOADING COMPRESSED PROGRAM FILES --- copy DEFIAN10.SFX %1\DEFIANT\*.* %1 cd\DEFIANT cls echo --- DECOMPRESSING PROGRAM FILES --- rename defian10.sfx defiant.exe defiant del defiant.exe cls echo DOC DEFIANT echo ------------ echo TO START, MOVE TO THE %2\DEFIANT DIRECTORY, AND echo ENTER THE FOLLOWING: echo - echo START -- To Run Program echo - echo WE HOPE YOU ENJOY!!! pause goto EXIT :INSTRUCT cls echo DOC DEFIANT Hard Disk Installation echo ---------------------------------- echo This program installs DOC DEFIANT on your hard echo drive. For this program, please adopt the following echo format: echo - echo INSTALL C: echo - echo where C: = hard drive on which the program is to be echo installed echo - echo Substitute other drive letter as appropriate. Please echo note you must have 1.0 Megabyte free for the self- echo extracting files to run properly. The final program will echo occupy about 700K. pause cls goto EXIT :EXIT