home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 1 / FishNMoreVol1.bin / more / telecom / demoterm / demoterm.arc / AtrTerm.DOC < prev    next >
Text File  |  1989-05-26  |  5KB  |  119 lines

  1.  
  2.                           ***  AtrTerm.DOC  ***
  3.                              by Michael Cox
  4.  
  5.  
  6. This doc-file tells a little more about the Atredes/Skypix demo term 1.1.
  7.  
  8. This new version supports XMODEM, YMODEM, and ZMODEM uploading and
  9. downloading and features a phonebook, chat buffer, capture buffer, ASCII
  10. file transmission and automatic password transmission.  It supports all the
  11. "Skypix" features of Atredes 1.1 including the "Gadget" specification.  The
  12. phonebook contains a few phone numbers of Atredes-based systems; for more,
  13. consult the latest version of "The Final List" (thank you, Chet).  NOTE,
  14. before you dial, that these numbers are all over the country, and indeed
  15. several other countries as well.
  16.  
  17.  
  18. TO INITIALLY SET UP THE TERMINAL:
  19.  
  20. CD to where you have de-archived the files from "DEMOTERM11.ARC".  Install
  21. PEARL.FONT in your fonts directory by using the supplied "Execute.Me"
  22. script (or read Execute.Me to figure out how to do it yourself).  This is
  23. done by entering "execute execute.me" (without the quotes) at a CLI prompt
  24. and pressing [RETURN].  Copy all the remaining files from the archive into
  25. one directory on a floppy disk or your hard drive.
  26.  
  27.  
  28. TO OPERATE THE TERMINAL:
  29.  
  30. * From WorkBench: open the drawer containing "AtrTerm" and double-click the
  31.   icon for it.
  32.  
  33. * From a CLI prompt: CD to where "AtrTerm" is at, then type:
  34.  
  35.     atrterm [RETURN]  -or-  run atrterm [RETURN]
  36.  
  37. Once the terminal is up and running, select "PHONEBOOK" from the "CONTROL"
  38. menu.  You will see a list of phone numbers; you can scroll through them,
  39. add new ones, etc.  To dial one of the numbers, select the "GO" gadget next
  40. to its name.  If the dialing command is correct for your setup, you will be
  41. automatically connected (if you have pulse-dialing only, change the modem
  42. string accordingly).  To use the automatic-password feature, first click on
  43. the name of the board, then enter your password for that board in the
  44. "PassWord" gadget.  The terminal will store passwords for each of the
  45. systems you call.  When needed, these can be transmitted with a menu item or
  46. the control-key combination [right-Amiga]+[P].
  47.  
  48. The terminal itself should be pretty self-explanatory.  You must make an
  49. assignment for TMP: wherever you want your ZMODEM downloads to appear
  50. (RAM:TMP is best, if you have the memory).  Typically, you will add the
  51. following to your startup-script "StartupII" or your hard drive startup
  52. script (somewhere before the "LoadWB" command):
  53.  
  54.         MakeDir RAM:TMP
  55.         Assign TMP: RAM:TMP
  56.  
  57. If TMP is on your hard drive, skip the "MakeDir" line and just do the proper
  58. "Assign".
  59.  
  60. YMODEM and ZMODEM multiple uploads can use asterisk ("*") to upload a whole
  61. directory, or any other wild cards to match file names within a directory.
  62.  
  63. At the last second, an experimental setting of 19200 was provided for HST
  64. modems.  THIS HAS NOT BEEN TESTED!  If you have trouble with this setting
  65. exit the program and use a lower baud rate.
  66.  
  67.  
  68.                               ABOUT SKYPIX
  69.  
  70. Skypix is a way of sending graphics, fonts, brushes, and (soon) sound
  71. samples over the phone line via modem.  It is an extension of ANSI that
  72. takes advantage of the Amiga's graphic power.  Keep in mind when calling
  73. these boards that many of them may as yet make minimal use of Skypix, due to
  74. lack of a decent Skypix terminal until now.  Rumors abound of installation
  75. of Skypix into other popular terminals as well.
  76.  
  77. Only ATREDES BBS systems have Skypix graphics.  You will be asked at logon
  78. if you want Skypix; answer YES.  Many sysops scatter their creations around
  79. the board; some isolate them in a text area.  The graphics work
  80. automatically.  If in doubt, ask the SYSOP.
  81.  
  82. At this writing (May 24) most of the systems listed will still be running
  83. Atredes 1.0, a much less sophisticated system than 1.1.  The update is in
  84. the hands of the publisher and these boards will likely be converting to
  85. 1.1 in a matter of days.
  86.  
  87. If you see something that LOOKS like a standard Intuition gadget or a button
  88. of some kind in a system running Atredes 1.1, it just might BE a Skypix
  89. gadget.  Skypix supports a "gadget" specification that you can select with
  90. your mouse at menus, etc.  Systems running V1.0 do not use these gadgets.
  91.  
  92. ATREDES 1.1 is now available from Incognito Software (see address and phone
  93. number below). It supports compiled menus, unlimited menu trees, dozens of
  94. powerful new embedded commands, ZMODEM, and much more.
  95.  
  96.  
  97.               TO PERSONS WRITING TERMINALS OR ONLINE GAMES:
  98.  
  99. If you want to include Skypix in a PD or ShareWare terminal or online game
  100. you are writing, we encourage you to; it's easy to do.  There is no license
  101. fee for non-commercial use.  Protocol details and related support
  102. information are available through Incognito Software.
  103.  
  104. The ZMODEM code is taken from the public domain code by Chuck Forsberg, as
  105. altered by Frank Harper and Michael Cox.
  106.  
  107.  
  108.          ATREDES, SKYPIX, and SKYPAINT are Copyright © 1988, 1989
  109.              Michael Cox.  All rights reserved worldwide.
  110.  
  111.                          Incognito Software, Inc.
  112.                        34518 Warren Road, Suite #149
  113.                             Westland, MI  48185
  114.  
  115.                           Voice:  (313) 937-1850
  116.                           BBS:    (313) 937-2355
  117.                           FAX:    (313) 937-2730
  118.  
  119.