home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
games
/
pcrr.zip
/
NSLHELP.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-04-13
|
7KB
|
191 lines
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