home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem Batch file by Jeff, WA4EGT
- cls
- if exist pktGOLD.hlp goto viewview
- echo ╔═════════════════════════════════════════════════════════════╗
- echo ║ The On-line help file has NOT been installed. If you have ║
- echo ║ the disk space, copy TDHLPSFX.EXE to the packet directory ║
- echo ║ and run TDHLPSFX. It will create the pktdemo.hlp file. ║
- ECHO ║ Or re-install on a hard disk, or at least a 720-KB Floppy. ║
- echo ╠═════════════════════════════════════════════════════════════╣
- echo ║ Note: the help system covers all tnc parameters, operating ║
- echo ║ notes, and a lot of other useful information. ║
- echo ╚═════════════════════════════════════════════════════════════╝
- ask Do you want continue reading the DOC files anyway? Y/N
- if errorlevel 1 GOTO ViewView
- goto finish
- :ViewView
- view view.hlp
- cls
- echo ┌────────────────────────────────────────────────────────────┐
- echo │ Several changes have occurred to PktGOLD in the past year. │
- echo │ The next DOC file has some basic information about setting │
- echo │ up to run PktGOLD or the PKTDEMO program. │
- echo └────────────────────────────────────────────────────────────┘
- ask Do you want to read about setting up, and about new features Y or N ?
- cls
- if errorlevel 1 goto ViewGold
- goto EndGold
- :viewgold
- view pktgold.doc
- :endgold
- cls
- echo ┌──────────────────────────────────────────────────────────────────┐
- Echo │ The next file (TRYTHIS.DOC) has the text of some "LESSONS" that │
- echo │ you may wish to follow to learn how to use the program. │
- echo └──────────────────────────────────────────────────────────────────┘
- ask Do you want to read TRYTHIS.DOC file? Y/N
- if errorlevel 1 goto ViewThis
- Goto EndThis
- :viewthis
- view trythis.doc
- :ENDTHIS
- cls
- echo ┌─────────────────────────────────────────────────────────────────────┐
- echo │ For those with MULTI-MODE tncs (PK-232) the next file, MULTIMOD.DOC │
- echo │ has a brief description of using PktGOLD in non-packet modes. │
- echo └─────────────────────────────────────────────────────────────────────┘
- ask Would you like to read MULTIMOD.DOC now? Y/N
- if errorlevel 1 goto multi
- goto endmulti
- :multi
- view multimod.doc
- :ENDMULTI
- cls
- echo ┌───────────────────────────────────────────────────────────────┐
- ECHO │ Next, a file called "QUIKREF.DOC" can be reviewed if desired. │
- echo │ It is a quick referece guide to using PktGOLD. │
- echo └───────────────────────────────────────────────────────────────┘
- ask Would you like to review QUIKREF.DOC now? Y/N
- if errorlevel 1 goto Quikref
- goto endref
- :quikref
- view quikref.doc
- :endref
- cls
- echo ┌────────────────────────────────────────────────────────────┐
- echo │ Would you like to read some information about the program, │
- echo │ and the authors, etc? │
- echo └────────────────────────────────────────────────────────────┘
- ask Y or N ?
- if errorlevel 1 goto sales
- goto endsales
- :sales
- view sales.doc
- :endsales
- cls
- echo ┌───────────────────────────────────────┐
- Echo │ Finally, here's how to order PktGOLD. │
- echo └───────────────────────────────────────┘
- ask Are you ready to read about ordering PktGOLD?
- if errorlevel 1 goto order
- Echo Okay, you can run the program for a while first. Have fun.
- pause
- goto endorder
- :order
- view order.doc
- :endorder
- :FINISH
- cls
- echo ╔═══════════════════════════════════════════════════════════════════════╗
- echo ║ If you have not done so already, you may now run the program ║
- echo ║ by typing: PKTDEMO [Enter] ║
- IF not exist pktgold.hlp goto skiphelp
- echo ║ Or type: PKTDEMO/H [enter] to view the help system only. ║
- :skiphelp
- echo ╠═══════════════════════════════════════════════════════════════════════╣
- echo ║ Answer the questions about the COM port and baud rate, then ║
- echo ║ your callsign and name. Take a VIEW of the file TRYTHIS.DOC. ║
- echo ║ It has some "Lessons" in it that might help you get the most ║
- echo ║ out of your test drive. ║
- echo ║ ║
- echo ║ I hope you decide to become a PktGOLD user. Good luck, and ║
- echo ║ 73 de Jeff, WA4EGT ║
- echo ╠═══════════════════════════════════════════════════════════════════════╣
- echo ║ Call InterFlex Systems Design Corporation in California. ║
- echo ║ (714) 496-6639 VISA and MASTERCARD orders accepted. ║
- echo ║ ║
- echo ║ Note: type HELP [enter] to see all of the docfiles again or ║
- echo ║ use VIEW *.DOC (then Ctrl-PgDn/PgUp to change files) ║
- echo ╚═══════════════════════════════════════════════════════════════════════╝