home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo PC-TYPE+ Installation for Fixed Disks
- echo ·
- echo Enter the Drive Letter of your Fixed disk.
- getrsp Press A,B,C,D,E,F or G: ^ABCDEFG
- if ERRORLEVEL 1 SET F=A
- if ERRORLEVEL 2 SET F=B
- if ERRORLEVEL 3 SET F=C
- if ERRORLEVEL 4 SET F=D
- if ERRORLEVEL 5 SET F=E
- if ERRORLEVEL 6 SET F=F
- if ERRORLEVEL 7 SET F=G
- echo ·
- echo Do you have 1 or 2 floppies?
- getrsp Press 1 or 2: ^12
- if ERRORLEVEL 2 goto multpl
- if ERRORLEVEL 1 goto single
- :multpl
- echo Place the diskette labelled HELP in drive B: and press a key when ready.
- pause
- cd b:\pct_help
- md %F%:\pct_help
- cd %F%:\pct_help
- copy b:*.* %F%:
- echo Place the diskette labelled DICT in drive B: and press a key when ready.
- pause
- cd b:\pct_dic
- md %F%:\pct_dic
- cd %F%:\pct_dic
- copy b:*.* %F%:
- goto exit
- :single
- md %F%:\pct_help
- cd %F%:\pct_help
- echo ·
- echo With a single floppy, you will have to swap this disk in and out twice.
- echo First, place the diskette labelled HELP in your floppy drive.
- copy b:\pct_help\*.* %F%:
- md %F%:\pct_dic
- cd %F%:\pct_dic
- echo ·
- echo Next, place the diskette labelled DICT in your floppy drive.
- copy b:\pct_dic\*.* %F%:
- :exit
- cd %F%:\
- copy pctype.exe %F%:
- echo - The PCTYPE.EXE file has been copied to the root directory of your
- echo %F% disk. You should move it to your designated utility directory
- echo if you do not want it on your root directory.
- echo ·
- pause
- echo - The PATHS.LOC file contains information for setting default paths
- echo to the HELP files and the PC-TYPE+ dictionary files. Print the
- echo file PATHS.LOC and then follow the direction to set your paths.
- set F=