home *** CD-ROM | disk | FTP | other *** search
/ Game Fest 1994 / gamefeststgcomputerlimited1994.iso / contents / helpware < prev    next >
Text File  |  1994-08-10  |  9KB  |  185 lines

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