home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / cdrom / demo / ssls / helpware.rpt < prev    next >
Encoding:
Text File  |  1991-05-11  |  9.3 KB  |  205 lines

  1.  
  2.  
  3.  
  4.                               IMPORTANT!
  5.  
  6.         Before using your new software it is essential that you:
  7.  
  8.                            MAKE A BACKUP COPY!
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  ABOUT SHAREWARE...      
  17.  
  18.        Most shareware is every bit as good as commercial software but
  19.  it does have some differences.  Usually the instructions for running
  20.  the software is stored on the disk in .DOC or .TXT files. You may
  21.  also find file names like READ.ME or README.1ST.  Before running the
  22.  programs you should read these files to determine how to install or
  23.  run the software.
  24.        On some disks the program(s) may be stored in a SUBDIRECTORY.
  25.  If it is you will see something like this when you "do" a directory:
  26.  
  27.             FILENAME1      <DIR>        01-23-90
  28.             FILENAME2      <DIR>        01-24-90
  29.             FILENAME3      <DIR>        02-25-91
  30.             SSHELP   .COM          9767 02-31-89
  31.                    1 File(s)    65734 bytes free
  32.  
  33.         The <DIR> indicates a sub directory.  To change to a
  34.  subdirectory type the command CD FILENAMEX and press ENTER. (Where
  35.  FILENAMEX is the name of the directory you wish to change to.)  "Do"
  36.  another directory and you should see the files stored in the
  37.  subdirectory.  (See details further in this document.)
  38.        DOS provides only one very poor method for viewing text files,
  39.  the TYPE command.  Simply enter the command, TYPE FILENAME.DOC, then
  40.  use the pause and return keys to scroll through the document.
  41.  (There are many programs available that allow you to view text files
  42.  the same way you are viewing this one.)
  43.        You can print the document by entering the command, COPY
  44.  FILENAME.DOC PRN:.  This will cause the document to be printed out
  45.  on your printer.
  46.        If you would like a FREE catalog listing over 1000 programs
  47.  please write to the following address: 
  48.  
  49.      Shareware Solutions              ...or call (919)-552-0767
  50.      Route #6 Box 34
  51.      Fuquay-Varina NC 27526
  52.  
  53.     Our catalog is constantly being updated so ordering a new one
  54.  will insure your receiving the latest products available.
  55.  
  56.               Don't forget to register your programs!
  57.  
  58.  
  59.     Experience has shown that different users sometimes encounter
  60.  the same problems. This help file is designed to address some of
  61.  these problems and to make known some of the more friendly and
  62.  helpful aspects of MS-DOS by explaining certain commands/programs
  63.  and their usage.
  64.  
  65.  ARCHIVES...
  66.  
  67.     Occasionally you will find a program in the catalog that will
  68.  have in the description, (Archived File). This means that the
  69.  program has been compressed and stored in an archive to fit it on
  70.  one disk.  Special programs make this possible. ( Disk #477 under
  71.  the UTIL-ARCHIVE section.) Archive programs have many advantages,
  72.  mainly, on an average they can compress files nearly 50%. They
  73.  also group all of a program's support files together in one compact
  74.  file. This saves disk space and reduces clutter. It is particularly
  75.  useful when making back-ups. If you order an Archived file make sure
  76.  you have a compatible de-arcing program or order disk #477. All SS
  77.  archives have been compressed using the .ZIP format.
  78.  
  79.  BASIC PROGRAMS...
  80.  
  81.     Some programs in the SS catalog will require a compatible version
  82.  of the BASIC programming language to run, usually GWBASIC or BASICA.
  83.  Using BASICA as an example you can run BASIC programs by having
  84.  BASICA.EXE and the BASIC program, FILENAME.BAS in the same directory,
  85.  then typing, BASICA FILENAME. ( Leave off the .BAS extension.) You
  86.  can also run them by invoking BASIC, then typing the command, RUN
  87.  'FILENAME'.
  88.  
  89.  
  90.  DIRECTORIES...
  91.  
  92.     Often times when a computer system has 360k drives, the users
  93.  tend to overlook the use and convenience of directories. Since the
  94.  SS catalog has Bonus! files, some disks will contain more than 1
  95.  program.  In order to keep the programs and their support files neat
  96.  and seperate, we place each program in it's own directory. The first
  97.  time you "do" a directory on a Bonus! disk you will get something
  98.  like this:
  99.  
  100.          Volume in drive A has no label
  101.          Directory of A:\
  102.  
  103.     FILENAM1     <DIR>     12-22-88  9:41p
  104.     FILENAM2     <DIR>     11-05-89 10:23p
  105.     FILENAM3     <DIR>     09-23-89  5:32a
  106.     SSHELP  .COM    10235  05-21-89  6:45p
  107.             1 File(s)    65734 bytes free
  108.  
  109.     This means there are 3 separate directories on this disk plus 1
  110.  file in the "Root" directory ( The first directory on the disk.). To
  111.  change to a different directory, simply enter the command, CD
  112.  FILENAMX. Now "do" another directory and you should see something
  113.  new.  To change back to the "Root" directory, enter the command, CD\.
  114.  The most commonly used directory commands are:
  115.  
  116.    MD FILENAME - Make new directory, "FILENAME".
  117.    RD FILENAME - Remove directory, "FILENAME". ( Must be empty first.)
  118.    CD FILENAME - Change to directory, "FILENAME".
  119.    CD\ - Return to "Root" directory.
  120.    CD.. - Move back one directory. (3 dots will move back 2
  121.           directories, 4 dots will move back 3 directories, etc.)
  122.  
  123.  ( NOTE: By using the PROMPT= command, you can have the prompt display
  124.  the current directory. The command is PROMPT=$P$G. (Consult your DOS
  125.  manual for more details.)  This should be entered in your AUTOEXEC
  126.  .BAT file to make it load each time your computer is started.  For
  127.  more information concerning BATCH files see the FILE TYPES section
  128.  of this document.)
  129.  
  130.  PRINTING FILES...
  131.  
  132.     Almost all shareware and public domain programs come with 
  133.  documentation .DOC or .TXT files.  Most of the time you will want to
  134.  print these on paper to use as a reference.  DOS supplies several
  135.  ways of printing files.  The best is to enter the command, COPY
  136.  FILENAME.DOC PRN. This will copy the file to the printer.  The latest
  137.  versions of DOS have a PRINT command that "spools" the file to the
  138.  printer so that you can continue using the computer while printing.
  139.  There are several utilities in the SS catalog that will spool files,
  140.  enhance print quality, even allow you to print on both sides of the
  141.  page.
  142.     As a general rule, 1 page of text uses about 3k of memory or disk
  143.  space, so a 60k file will need about 20 pages of paper.  Changing
  144.  paper supplies in the middle of printing can sometimes cause
  145.  problems, so try to have enough before starting.  ( Some list
  146.  utilities or most any word processor can be used to print partial
  147.  files.)
  148.  
  149.  VIEWING FILES...
  150.  
  151.     DOS supplies only one, very poor method for viewing files. To use
  152.  it, enter the command, TYPE FILENAME.EXT, then use the CONTROL-S
  153.  combination to stop and start the scrolling. It's poor but it's all
  154.  DOS has to give.  Inside our catalog are many programs that allow you
  155.  to scroll, search, print, even convert text files into .COM files. 
  156.  
  157.  FILE TYPES...
  158.  
  159.     As you try out new software you will find many different types of
  160.  files. The type of file is usually denoted by it's extension. Below
  161.  is a list of the more common file types and their meaning. 
  162.  
  163.  FILENAME.EXE - An executable file. Just type the filename without the
  164.                 extension to execute the program.
  165.  FILENAME.COM - A command file. Operates the same as an executable
  166.                 file.
  167.  FILENAME.BAS - This type of file requires a BASIC interpreter to run.
  168.                 It must be used in conjunction with a program like
  169.                 GWBASIC or BASICA. Usually you can learn more about
  170.                 the program by "listing" it out and reading the
  171.                 internal comments.
  172.  FILENAME.DOC - This is a documentation file. Most always contains
  173.                 documentaion for the program it comes with.
  174.  FILENAME.TXT - Sometimes used for documentation. Most often used for
  175.                 information files, not necessarily related to
  176.                 programs.
  177.  FILENAME.ZIP - This means the file has been archived. Will need to be
  178.                 "un-arced" before using. Other more common archive
  179.                 extensions are, .ARC, .LZH, .PAK.  SS uses the .ZIP
  180.                 extension.
  181.  FILENAME.BAT - This is a batch file, one of the most useful features
  182.                 of DOS. Batch files may contain any DOS commands. They
  183.                 can display text and perform loops to vastly reduce
  184.                 repetitive keystrokes. Batch files are invoked like
  185.                 .EXE or .COM files, they will then execute each line
  186.                 in the batch file as if it were entered from the
  187.                 command line. A special batch file named, AUTOEXEC
  188.                 .BAT, will automatically execute when the computer is
  189.                 "booted". To create a BATCH file you must use a text
  190.                 editor not a word processor.  DOS provide a simple
  191.                 text editor called EDLIN.COM.  (See your DOS manual
  192.                 for more instructions on creating and using batch
  193.                 files.)
  194.  FILENAME.DAT - This type of file will almost always contains data
  195.                 that the program needs or has created.
  196.  
  197.     There will also be many different graphics or picture extensions.
  198.  (.PIC. .IMG, .GIF, .RLE, ect...) Usually graphics with different
  199.  extensions are created differently and are not compatible, although
  200.  there are several programs that read and convert different formats.
  201.     File extensions can be any thing you choose, so there will many
  202.  that are program specific.
  203.  
  204.  
  205.