ECHO OFF
CLS
ECHO ÿ
ECHO ÿ
ECHO                            Thank you for ordering from
ECHO ÿ
ECHO ÿ
ECHO                               NATIONAL SOFTWARE LABS
ECHO                         13376 Washington Boulevard, Suite 7
ECHO ÿÿ                        Los Angeles, California  90066
ECHO ÿÿ                               ÿ(213) 827-7889
ECHO ÿ
ECHO                          . . . . TECHNICAL SUPPORT . . . .
ECHO ÿ
ECHO If you have any questions or problems with the programs on this disk, please
ECHO call our technical support staff for assistance. Before calling, be sure you
ECHO have read the documentation for instructions on the use of your programs. If
ECHO you need help, we will try to answer your questions to the best of our ability.
ECHO It is advisable that you be at your computer when you make your call.
ECHO ÿ
ECHO                     Feel free to CALL us for technical support.
ECHO ÿ
ECHO                   Please DO NOT WRITE to us for technical support.
ECHO ÿ
ECHO In the past we have had to answer hundreds of letters every week. We simply
ECHO cannot keep up with the volume. In addition, we can provide better assistance
ECHO by telephone than by mail.
ECHO ÿ
PAUSE
CLS
ECHO ÿ
ECHO ÿ
ECHO                                  LIMITED WARRANTY
ECHO ÿ
ECHO   This disk is warranted to be readable. NATIONAL SOFTWARE LABS hereby
ECHO   disclaims all other express or implied warranties for this software,
ECHO   including the warranties of merchantability and fitness for a particular
ECHO   purpose. In no event will NATIONAL SOFTWARE LABS be liable for any damages,
ECHO   including any lost profits, lost savings or other incidental or conse-
ECHO   quential damages arising out of the use or inability to use this software.
ECHO   If this disk proves to be unreadable, please return it for an immediate
ECHO   replacement.
ECHO ÿ
ECHO ÿ
PAUSE
CLS
ECHO ÿ
ECHO ÿ
ECHO ÿ
ECHO                                  --- IMPORTANT ---
ECHO ÿ
ECHO ÿ
ECHO  Before attempting to run any of the programs on this disk, make a backup 
ECHO  copy of the disk. Insert this disk in drive A: and a blank, formatted disk 
ECHO  in drive B: Then enter:  
ECHO ÿ
ECHO                                    DISKCOPY A: B: 
ECHO ÿ
ECHO ÿ
ECHO Use this command even if you have only one floppy disk drive. When you are
ECHO prompted by DOS to insert the target disk, remove the NSL (source) disk from
ECHO drive A: and insert a blank diskette. (See your DOS manual for details).
ECHO ÿ
ECHO ÿ
PAUSE
CLS
DIR /W
ECHO ÿ
ECHO Instructions for running the programs on this disk are in documentation files
ECHO or are presented on-line when you run the programs. If any of the above files
ECHO have the extensions .DOC or .TXT or .MAN, or if they have the words README or
ECHO MANUAL in them, they should be read or printed for instructions.
ECHO ÿ
ECHO If the file PRINTDOC.BAT is listed above, it is a special program which will
ECHO print the documentation. To execute this program, turn on your printer and type:
ECHO ÿ
ECHO                        PRINTDOC [press ENTER]
ECHO ÿ
ECHO ÿ
PAUSE
CLS
ECHO ÿ
ECHO ÿ
ECHO You can read documentation files by entering:
ECHO ÿ
ECHO                     TYPE FILENAME.EXT [press ENTER] 
ECHO ÿ
ECHO ÿ
ECHO For example, to read a file named XYZ.DOC, you would enter: 
ECHO ÿ
ECHO                       TYPE XYZ.DOC [press ENTER]. 
ECHO ÿ
ECHO ÿ
ECHO To stop the file from scrolling on your screen, hold down the CTRL key 
ECHO and press the NUMLOCK key. Then, press any key to continue.
ECHO ÿ
ECHO ÿ
ECHO ÿ
ECHO You can print documentation files by entering: 
ECHO ÿ
ECHO                    COPY FILENAME.EXT PRN [press ENTER]  
ECHO ÿ
ECHO ÿ
ECHO Be sure to turn on your printer before entering this command.
ECHO ÿ
ECHO ÿ
PAUSE
CLS
IF EXIST \OTHER\*.* GOTO SUBDIR
GOTO IFARC
:IFARC
IF EXIST *.ARC GOTO ARC
IF EXIST \OTHER\*.ARC GOTO ARC
GOTO CONT
:CONT
ECHO                  . . . PLEASE SUPPORT PROGRAM AUTHORS . . .
ECHO ÿ
ECHO ÿ
ECHO NATIONAL SOFTWARE LABS is dedicated to bringing you the best public domain
ECHO and Shareware programs available. A great deal of time and effort goes into
ECHO the acquisition, selection and testing of programs. Our goal is to offer you
ECHO the best and newest programs in each category.
ECHO ÿ
ECHO The fee we charge for distributing the programs in the NSL Library covers the
ECHO cost of our efforts. The program authors do not receive any part of that fee.
ECHO ÿ
ECHO SHAREWARE is software which is provided to you to "try before you buy." It is
ECHO not free software. Shareware authors request registration fees from those who
ECHO try their programs and decide they will continue to use the programs. Because 
ECHO shareware authors do not have to pay the high cost of advertising, the fees
ECHO they charge for registration are modest compared to the prices you would pay
ECHO for comparable programs marketed commercially. Shareware is a real bargain.
ECHO ÿ
ECHO Shareware authors deserve to be compensated for the hard work they put into
ECHO the programs you benefit from. In many cases your registration fee provides you
ECHO with extras like printed manuals, telephone support, update service, etc. In
ECHO addition, only your support can maintain the Shareware concept as a viable
ECHO alternative to paying high prices for commercial software.
ECHO ÿ
PAUSE
CLS
IF EXIST *.DOC DIR/W *.DOC
IF EXIST READ*.* DIR/W READ*.*
IF EXIST MANUAL*.* DIR/W MANUAL*.*
IF EXIST *.MAN DIR/W *.MAN
IF EXIST *.TXT DIR/W *.TXT
ECHO ÿ
ECHO ÿ
ECHO If any files are listed above, read or print them for instructions on the use
ECHO of your programs. If no files are listed above, run the programs and you will
ECHO be presented with on-line help.
ECHO ÿ
ECHO ÿ
GOTO END
:SUBDIR
ECHO ÿ
ECHO ÿ
ECHO                     . . . FINDING ALL OF YOUR PROGRAMS . . .
ECHO ÿ
ECHO ÿ
ECHO This disk has files in a subdirectory named OTHER. You can access these files
ECHO by entering:
ECHO ÿ
ECHO                                OTHER [press ENTER]
ECHO ÿ
ECHO ÿ
PAUSE
CLS
GOTO IFARC
:ARC
ECHO ÿ
ECHO ÿ
ECHO                      . . . ACCESSING COMPRESSED FILES . . .
ECHO ÿ
ECHO ÿ
ECHO This disk contains a file with an .ARC extension which has been compressed
ECHO in order to include more programs on the disk.
ECHO ÿ
ECHO To decompress this file onto a floppy disk, insert a blank, formatted disk
ECHO in drive B: and type FLOPPY [press ENTER].
ECHO ÿ
ECHO To decompress this file onto a hard disk, type HARD [press ENTER]. This will
ECHO create a subdirectory with the same name as the .ARC file on drive C: and de-
ECHO compress the files into that subdirectory.
ECHO ÿ
ECHO ÿ
PAUSE
CLS
GOTO CONT
:END
