ECHO OFF CLS IF %1x==x GOTO NODRIVE IF %2x==x GOTO NODRIVE IF %1x==%2x GOTO NODRIVE GOTO YESDRIVE :NODRIVE ECHO. ECHO This routine is for installing `Personal RADCOM' on a ECHO HARD disk. If you DO NOT have one, then you will not be ECHO able to use this software. Sorry, but the floppy drive ECHO installation version is no longer being distributed. ECHO After being installed on your hard drive, however, the ECHO program can be copied to and operated from a 3.5" disk. ECHO. ECHO The `Personal RADCOM' installation routine requires that ECHO you specify two drives. You must specify the drive you are ECHO at now and the hard drive where you want it installed. ECHO It must be either the C or D hard drive. ECHO . ECHO For example, INSTALL A: C: . . . Please try again. GOTO END :YESDRIVE ECHO . ECHO . ECHO This routine is for installing `Personal RADCOM' on a C or D ECHO hard disk. If you do not want to do this at this time, ECHO then press the "Ctrl" + "Break" keys together and then "Y" ECHO to stop this batch file. Sorry, but the floppy drive ECHO installation version is no longer being distributed. ECHO After being installed on your hard drive, however, the ECHO program can be copied to and operated from a 3.5" disk. ECHO . ECHO Otherwise . . . ECHO . PAUSE CLS GOTO TRY1 :TRY1 ECHO OFF CLS IF EXIST %1PRC1.EXE GOTO COPY1 ECHO. ECHO. ECHO The disk in Drive %1 is NOT the RADCOM disk. Insert proper disk and ... ECHO. ECHO. PAUSE GOTO TRY1 :COPY1 CD C:\ IF %2==C: GOTO CBAT IF %2==c: GOTO CBAT GOTO DBAT :CBAT COPY %1PRCC.TXT C:\PRC.BAT GOTO UPNEXT :DBAT COPY %1PRCD.TXT C:\PRC.BAT GOTO UPNEXT :UPNEXT %2 MD %2\RADCOM CD %2\RADCOM CLS ECHO OFF ECHO . ECHO Note: Although `Personal RADCOM' is being loaded into a ECHO subdirectory called RADCOM, you will be able to start ECHO the program without changing directories simply by ECHO typing PRC and pressing the Enter key. ECHO . PAUSE CLS ECHO . ECHO. ECHO Please wait while loading the program files . . . ECHO. ECHO. COPY %1*.* %2 ECHO. PRC1 ECHO. PRC2 ECHO. ECHO. CD\ C: CD\ CLS ECHO. ECHO. ECHO. ECHO. ECHO. ECHO. ECHO That is it!!! You're finished. Now place your ORIGINAL ECHO `Personal RADCOM' disk away and use your hard drive copy ECHO to calculate downwind radiation exposures from accidental ECHO releases from nuclear power plants. ECHO . ECHO Refer to the operating instructions for more details on ECHO how to use `Personal RADCOM'. ECHO. ECHO. GOTO END :END