home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 433 / install.doc < prev    next >
Text File  |  1986-10-23  |  3KB  |  78 lines

  1. *-*=*-*=*-*=*-*=*-*=*-*  INSTALLING PYROTO MOUNTAIN  *-*=*-*=*-*=*-*=*-*=*-*
  2.  
  3. IMPORTANT NOTE
  4. --------------
  5.  
  6. You must modify your  CONFIG.SYS  file to support  more than the default
  7. number of open files.  Using a text editor, create CONFIG.SYS (or modify
  8. your existing one).  It must contain the following line:
  9.  
  10. FILES=20
  11.  
  12. You can also improve disk or diskette performance by adding the line:
  13.  
  14. BUFFERS=20
  15.  
  16.  
  17. Installing to Floppy Diskettes (2 Required)
  18. -------------------------------------------
  19.  
  20. 1.  Format two diskettes:  one with DOS and one without DOS.
  21. 2.  Place the diskette containing the Pyroto files in Drive A.
  22. 3.  Finally, type  PYINST  at the DOS prompt.
  23.  
  24.  
  25. Installing to a Hard Disk
  26. -------------------------
  27.  
  28. 1.  Create a sub-directory named PYROTO.
  29. 2.  Copy in all the Pyroto files.
  30. 3.  Finally, type  PYINST  at the DOS prompt.
  31.  
  32.  
  33. After Installation
  34. ------------------
  35.  
  36. At this point,  you can run Pyroto locally.  Read the file named WIZOP.DOC,
  37. which explains how to sign on, then enter the command:
  38.  
  39.    PYROTO LOCAL
  40.  
  41. If you  want to use it with a  modem,  have a  close look at the file named
  42. PYCONFIG.DAT.  You may have to modify this with a text editor.  If so, make
  43. a backup copy, first!
  44.  
  45.  
  46. Problems
  47. --------
  48.  
  49. The most common problem is the incorrect modification of the PYCONFIG file.
  50. Compare your version with the original,  and notice the differences.  Maybe
  51. your comments (on the right side) start before column 40.  Perhaps you have
  52. a blank line, or an improper comment line.  Or perhaps your "Mountain" logo
  53. has the "comment" character in the first position.
  54.  
  55. If Pyroto runs fine when started with  PYROTO LOCAL  then the probable cul-
  56. prit is the  modem.  If you can't  solve the problem,  write me a letter at
  57. the address noted in  COPYRITE.DOC  and I will try to  help you.   The more
  58. information you provide, the better your chances of getting a solution.
  59.  
  60. One common problem with any program that interfaces with a "smart" modem is
  61. command timing.  You may have an AT-command modem,  which uses all the now-
  62. standard AT commands,  but it may take longer to react to the commands than
  63. another modem,  or Pyroto might send the commands faster than it can accept
  64. them.
  65.  
  66. You can add in delays  by imbedding  caret (^)  characters in the commands,
  67. in  PYCONFIG.DAT.  Each caret introduces a delay of  one tenth of a second.
  68. Some typical applications:
  69.  
  70. (1)  You can add carets within the command to slow down the send-rate.  For
  71.      example, instead of ATH0, you could put A^T^H^0.
  72. (2)  If Pyroto  sends a command  before a  previous  command  has been com-
  73.      pleted, you could put a delay BEFORE the second command.
  74. (3)  I have no reason to believe that  there will ever be a valid reason to
  75.      place a delay  AFTER  a command, since Pyroto ensures that the command
  76.      is sent in its entirety, and all characters echoed back,  before send-
  77.      a "RETURN" character to execute the command.
  78.