home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO PC-LEARN Installation program
- ECHO ---------------------------------------------------------------
- ECHO PC-LEARN is shareware! Please consider paying the appropriate
- ECHO registration fee to the program's author for continued program use
- ECHO and the TWO BONUS DISKS which will be sent to you by mail!
- ECHO SHAREWARE MEANS TRY BEFORE YOU BUY! SHAREWARE IS AN HONOR SYSTEM!
- ECHO If you DO NOT have a registration number and bonus disks from
- ECHO the program's author, you are only EVALUATING PC-LEARN for a
- ECHO trial period and are expected to register if the program is useful.
- echo You can print a registration/order form later via this installation
- echo program or you can print a registration/order form within PC-Learn
- echo itself. If you have recently registered - Thank You!
- ECHO ----------------------------------------------------------------
- ECHO PC-LEARN must first be installed prior to running the program.
- echo Installation SOURCE disk should now be in the A: floppy drive.
- echo If you install to standard 360K floppies you will need TWO
- ECHO FORMATTED FLOPPIES PRIOR TO PROCEEDING. Hard drive installation
- echo is preferred method (uses advanced high speed color menu.)
- echo ---------------------------------------------------------------
- ECHO Press A if installing to HARD DRIVE (preferred option)
- echo Press B if installing to TWO standard LOW DENSITY 360k floppies
- ECHO Press C if installing to HIGH DENSITY floppy (720K, 1.44M, 1.2M)
- ECHO Press Q to quit/abort process
- pclkey ,Q81,q81,C67,c67,B66,b66,A65,a65/E
- IF ERRORLEVEL 81 GOTO abort
- IF ERRORLEVEL 67 GOTO LABELA
- IF ERRORLEVEL 66 GOTO LABELC
- IF ERRORLEVEL 65 GOTO LABELB
- :labelc
- CLS
- echo ------------------------------------------------------------
- ECHO Installation will produce TWO floppy diskettes on TARGET
- echo drive B: Next step assumes SOURCE drive A: contains files
- echo to be unpacked and TARGET drive B: contains a blank formatted
- echo diskette of standard 360K size. Have a second diskette ready.
- echo ------------------------------------------------------------
- pause
- cls
- part1 b:\
- part4 b:\
- b:
- ren go1.bat go.bat
- del go2.bat
- a:
- CLS
- echo --------------------------------------------------------------
- ECHO Remove diskette from B: drive, label it:
- echo "PC-LEARN PART ONE, start with: GO at DOS prompt"
- echo When you have finished labelling the first diskette,
- ECHO insert second formatted blank floppy diskette into
- echo drive B: and press a key to proceed installing part two.
- echo --------------------------------------------------------------
- pause
- cls
- part2 b:\
- part4 b:\
- b:
- ren go2.bat go.bat
- del go1.bat
- a:
- CLS
- echo ---------------------------------------------------------------
- ECHO Remove diskette from B: drive, label it:
- echo "PC-LEARN PART TWO, start with: GO at DOS prompt"
- echo When you have finished labelling the second diskette,
- echo press a key to end installation process and return to DOS.
- echo --------------------------------------------------------------
- pause
- goto quit
- :LABELB
- CLS
- ECHO ---------------------------------------------------------------
- ECHO Hard drive installation will prepare a directory named \PCL on
- echo your hard drive and install files to that area. Installation
- echo program assumes drive A: contains PC-LEARN and is the SOURCE
- echo DRIVE. Hard drive will be the TARGET drive to which files will
- echo be unpacked. If you have an old copy of PC-LEARN on your hard
- echo drive which is important to you, you may wish to quit/abort
- echo and backup that older copy for archival purposes first.
- ECHO ---------------------------------------------------------------
- echo What hard drive letter will you install TO as your target?
- ECHO ---------------------------------------------------------------
- echo press C for Hard drive C:
- echo press D for Hard drive D:
- echo press E for Hard drive E:
- echo press F for Hard drive F:
- echo press G for Hard drive G:
- echo press Q to quit/abort
- pclkey ,Q81,q81,G71,g71,F70,f70,E69,e69,D68,d68,C67,c67/E
- IF ERRORLEVEL 81 GOTO abort
- IF ERRORLEVEL 71 goto hdg
- IF ERRORLEVEL 70 GOTO hdf
- IF ERRORLEVEL 69 GOTO hde
- IF ERRORLEVEL 68 GOTO hdd
- IF ERRORLEVEL 67 GOTO hdc
- :hdc
- cls
- C:
- CD\
- MD PCL
- ECHO If a previous version of the PC-LEARN package is already
- ECHO installed, answer yes to all prompts to overwrite old files
- ECHO with the newer data files.
- A:
- part1 c:\pcl\
- part2 c:\pcl\
- part3 c:\pcl\
- CLS
- ECHO Installation is now complete.
- echo ------------------------------------------------------------
- echo Press Q to quit. To run PC-LEARN change to your hard
- echo drive subdirectory C:\PCL then PCL to start!
- echo To do this, issue the following commands when you see
- echo the DOS prompt:
- echo C: Then press return/enter key
- echo CD\PCL Then press return/enter key
- echo PCL Then press return/enter key
- echo Jot down these instructions for future use!
- echo ----------------------------------------------------------
- pclkey ,Q81,q81/E
- IF ERRORLEVEL 81 GOTO quit
- GOTO QUIT
- :hdd
- cls
- D:
- CD\
- MD PCL
- ECHO If a previous version of the PC-LEARN package is already
- ECHO installed, answer yes to all prompts to overwrite old files
- ECHO with the newer data files.
- A:
- part1 d:\pcl\
- part2 d:\pcl\
- part3 d:\pcl\
- CLS
- ECHO Installation is now complete.
- echo ------------------------------------------------------------
- echo Press Q to quit. To run PC-LEARN change to your hard
- echo drive subdirectory D:\PCL then PCL to start!
- echo To do this, issue the following commands when you see
- echo the DOS prompt:
- echo D: Then press return/enter key
- echo CD\PCL Then press return/enter key
- echo PCL Then press return/enter key
- echo Jot down these instructions for future use!
- echo ----------------------------------------------------------
- pclkey ,Q81,q81/E
- IF ERRORLEVEL 81 GOTO quit
- GOTO QUIT
- :hde
- cls
- E:
- CD\
- MD PCL
- ECHO If a previous version of the PC-LEARN package is already
- ECHO installed, answer yes to all prompts to overwrite old files
- ECHO with the newer data files.
- A:
- part1 e:\pcl\
- part2 e:\pcl\
- part3 e:\pcl\
- CLS
- ECHO Installation is now complete.
- echo ------------------------------------------------------------
- echo Press Q to quit. To run PC-LEARN change to your hard
- echo drive subdirectory E:\PCL then PCL to start!
- echo To do this, issue the following commands when you see
- echo the DOS prompt:
- echo E: Then press return/enter key
- echo CD\PCL Then press return/enter key
- echo PCL Then press return/enter key
- echo Jot down these instructions for future use!
- echo ----------------------------------------------------------
- pclkey ,Q81,q81/E
- IF ERRORLEVEL 81 GOTO quit
- GOTO QUIT
- :hdf
- cls
- F:
- CD\
- MD PCL
- ECHO If a previous version of the PC-LEARN package is already
- ECHO installed, answer yes to all prompts to overwrite old files
- ECHO with the newer data files.
- A:
- part1 f:\pcl\
- part2 f:\pcl\
- part3 f:\pcl\
- CLS
- ECHO Installation is now complete.
- echo ------------------------------------------------------------
- echo Press Q to quit. To run PC-LEARN change to your hard
- echo drive subdirectory F:\PCL then PCL to start!
- echo To do this, issue the following commands when you see
- echo the DOS prompt:
- echo F: Then press return/enter key
- echo CD\PCL Then press return/enter key
- echo PCL Then press return/enter key
- echo Jot down these instructions for future use!
- echo ----------------------------------------------------------
- pclkey ,Q81,q81/E
- IF ERRORLEVEL 81 GOTO quit
- GOTO QUIT
- :hdg
- cls
- G:
- CD\
- MD PCL
- ECHO If a previous version of the PC-LEARN package is already
- ECHO installed, answer yes to all prompts to overwrite old files
- ECHO with the newer data files.
- A:
- part1 g:\pcl\
- part2 g:\pcl\
- part3 g:\pcl\
- CLS
- ECHO Installation is now complete.
- echo ------------------------------------------------------------
- echo Press Q to quit. To run PC-LEARN change to your hard
- echo drive subdirectory G:\PCL then PCL to start!
- echo To do this, issue the following commands when you see
- echo the DOS prompt:
- echo G: Then press return/enter key
- echo CD\PCL Then press return/enter key
- echo PCL Then press return/enter key
- echo Jot down these instructions for future use!
- echo ----------------------------------------------------------
- pclkey ,Q81,q81/E
- IF ERRORLEVEL 81 GOTO quit
- GOTO QUIT
- :LABELA
- CLS
- echo ------------------------------------------------------------
- ECHO Installation will produce ONE high density floppy diskette on
- echo TARGET drive B: or drive D: which MUST be one of the following
- echo size(s): 720K, 1.44M, 1.2M. Next step assumes SOURCE drive A:
- echo contains files to be unpacked and TARGET drive B: or D:
- echo contains a blank formatted diskette LARGER than 360K.
- echo ------------------------------------------------------------
- echo press B for Target Floppy drive B:
- echo press D for Target Floppy drive D:
- echo press Q to quit/abort
- echo ------------------------------------------------------------
- pclkey ,Q81,q81,D68,d68,B66,b66/E
- IF ERRORLEVEL 81 GOTO abort
- IF ERRORLEVEL 68 GOTO fd
- IF ERRORLEVEL 66 GOTO fb
- :fb
- part1 b:\
- part2 b:\
- part3 b:\
- CLS
- echo --------------------------------------------------------------
- ECHO Remove diskette from B: drive, label it:
- echo "PC-LEARN, start with: PCL at DOS prompt"
- echo --------------------------------------------------------------
- pause
- goto quit
- :fd
- cls
- part1 d:\
- part2 d:\
- part3 d:\
- CLS
- echo --------------------------------------------------------------
- ECHO Remove diskette from D: drive, label it:
- echo "PC-LEARN, start with: PCL at DOS prompt"
- echo --------------------------------------------------------------
- pause
- goto quit
- :QUIT
- CLS
- ECHO Installation of program now complete.
- ECHO Be sure to register - support the shareware concept.
- ECHO Two bonus disks will be sent by mail to those registering!
- PAUSE
- GOTO REG
- :ABORT
- cls
- ECHO Installation process aborted
- PAUSE
- GOTO REG
- :REG
- CLS
- echo You may find it useful to print a paper registration/order form
- echo on your printer now. That way if you decide to register for your
- echo BONUS DISKS you will have the registration form handy! Leave the
- echo printed registration/order form handy on your desk for easy use!
- echo Be sure your printer is turned on BEFORE you continue...
- echo ---------------------------------------------------------------
- ECHO Press Y if your answer is YES, please print form on my printer.
- ECHO Press N if your answer is NO, do not print registration form.
- pclkey y67,Y67,N66,n66/E
- IF ERRORLEVEL 67 GOTO PRINT
- IF ERRORLEVEL 66 GOTO END
- :PRINT
- cls
- echo Now printing registration form on printer.....
- TYPE REGISTER.TXT>PRN
- GOTO END
- :END
- CLS
- echo End of installation routine
- echo PC-Learn is a product from Jim Hood, Seattle Scientific Photography
- echo PO Box 1506, Mercer Island, WA 98040 (206) 236-0470
-