home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / ARCADE_1.ISO / paganit1 / help.doc < prev    next >
Text File  |  1992-02-12  |  6KB  |  111 lines

  1.  
  2.               HELP FOR NEW USERS & PROBLEMS YOU MIGHT HAVE
  3.                         FROM CRAZY IRVING LE FOU
  4.  
  5.  
  6.      Shareware is actually very easy to use if you are familiar
  7. with a few basic "DOS" commands. These commands are "COPY", "DISKCOPY", "DIR",  
  8. "TYPE", "FORMAT", & a few others.  None of the disks are "bootable", which
  9. means that you cannot place the disk in your computer and turn it on.
  10.      The first thing is to make a backup copy of your disk with the following
  11. command:
  12.      A>DISKCOPY A: B:  <enter> - (will copy all files from 'A' to 'B')
  13.      In the event that you get some sort of error message when using "DISKCOPY",
  14. you will then have to use the "COPY" command to make a backup of your original
  15. disk. Place a blank FORMATTED disk in the "B" drive and enter the following
  16. command at the "A>" prompt: 
  17.      A>COPY *.* B:  <enter> - (will copy all files from 'A' to 'B')
  18.      Now put the original disk away and use the working copy.  The next thing
  19. to do is see what files are on the disk.  Place the working copy in the "A"
  20. drive and enter the following command:
  21.      A>DIR   <enter> - will display the filenames
  22.      Now you will see many different filenames.  A filename consists of two
  23. parts; the filename & the extension.  The filename will be on the left (up to
  24. 8 characters long) & the extension will be just to the right (up to 3
  25. characters long).  You will be looking for certain extension names; which
  26. will tell you something about that type of file.  
  27.  
  28. ******************************************************************************
  29. *      IMPORTANT.....IMPORTANT.....IMPORTANT.....IMPORTANT.....IMPORTANT     *
  30. *----------------------------------------------------------------------------*
  31. * EXE - a program file - type in the name & press the enter key.             *
  32. * COM - a command file - type in the name & press the enter key.             *
  33. * BAT - a batch file - many uses, type in the name & press enter key.        *
  34. * BAS - a "BASIC" program. Needs GWBASIC or BASICA to run the program.       *
  35. * ARC - a archived file - needs to be unarchived, contains many files.       *
  36. * ZIP - a compressed file - needs to be uncompressed to be readable.         *
  37. * DOC - A DOCUMENTATION FILE - instructions about the program - READ THIS    *
  38. * TXT - A DOCUMENTATION FILE - instructions about the program - READ THIS    *
  39. ******************************************************************************
  40.  
  41.      You may also see files like READ.ME or README.1ST or just README. These
  42. are all documentation files that will tell you about the program or how to
  43. work the program properly.
  44.  
  45. VERY IMPORTANT:  READ DOCUMENTATION FILES FIRST BEFORE RUNNING THE PROGRAM!!!
  46.  
  47. ===============================================================================
  48.  
  49.      To view a documentation file on your screen, use the "TYPE" command.
  50. With your program disk in the "A" drive enter the following command:
  51.      A>TYPE filename.ext  (enter) - where filename would be README.DOC
  52.             or whatever the filename is that you wish to view.
  53.      This will display the documentation to the screen.  To stop the text
  54. from scrolling by, press "CTRL S" (the CTRL key and "S" key at the same
  55. time), any other key to resume scrolling. To obtain a printout of the
  56. documentation simply replace the "TYPE" command with the "DOS" command
  57. "COPY". Turn your printer on and enter the following command:
  58.      A>COPY filename.ext PRN <enter> - where filename would be README.DOC or 
  59.                                        whatever file you wish to print.
  60.  
  61. ===============================================================================
  62.      An "EXE", "COM", or "BAT" file extension means that when you
  63. enter the filename, the computer will do something.  For instance,
  64. if the filename were "POKER.EXE", or "POKER.COM, or "POKER.BAT" you would
  65. enter the following at the "A" prompt:
  66.      A>POKER  <enter> - the poker program would now come up on the screen.
  67.  
  68. ===============================================================================
  69.  
  70.      Another type of file (a little tricky to run) is a "BASIC" file. These
  71. types have the "BAS" extension.  Any file with this extension must be run with
  72. the "BASIC" interpreter.  That simply means that you must have a copy of
  73. "GWBASIC.EXE" if you have a clone, or "BASICA.COM" if you have an "IBM". These
  74. 2 files (GWBASIC & the "BAS" file) must reside together or be able to find
  75. each other.  An easy way to do this is to simply copy "GWBASIC.EXE" to the 
  76. disk that contains the "BAS" files. When both files are together &
  77. this disk was in the "A" drive you would enter the following command:
  78.      A>GWBASIC POKER  <enter> - the poker program would now be "running"
  79.                                 & you would be playing the game.
  80.  
  81. ===============================================================================
  82.  
  83.      Another important file is one with an "ARC" extension.  This means it is
  84. an archived file & contains many smaller files within it. This is done so 
  85. all the files will fit on to the disk(s) you received. You must extract the
  86. files with a special program.  The program most commonly used is called 
  87. "PKXARC.EXE". To extract files from a file called "TEST.ARC", enter the
  88. following command: 
  89.      A>PKXARC TEST B:   <enter> - this would extract all the files and place
  90. them on a disk that was in the "B" drive.  You must have a FORMATTED blank disk
  91. in the "B" drive when issuing this command. You could copy the "ARC" files & 
  92. the program "PKXARC.EXE" to your hard drive & enter the following command:
  93.      C>PKXARC TEST   <enter>  -  this will extract all the files from an
  94.                                  archived state. Then you will see some of
  95.                                  the different filenames mentioned above when
  96.                                  you use the "DIR" command.
  97.  
  98. ===============================================================================
  99.  
  100.                         Crazy Irving Le Fou
  101.                         1219 Phillips Square
  102.                         Montreal, Quebec
  103.                         Canada , H3B 3E9
  104.  
  105.                         Shareware Hotline : (514) 398-0452
  106.                         BBS (Line #1)     : (514) 844-5787
  107.                         BBS (Line #2)     : (514) 844-5446
  108.                         Fax Line          : (514) 398-9652
  109.  
  110.  
  111.