home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / ALIAS101.ZIP / ALIAS.DOC next >
Text File  |  1993-12-01  |  3KB  |  84 lines

  1. ┌────────────────────────────────────────────────────────────────────────────┐
  2. │                                                                            │
  3. │                               Alias v1.01                                  │
  4. │                      Copyright (c) 1993 by Cris McRae                      │
  5. │                            All Rights Reserved                             │
  6. │                                                                            │
  7. └────────────────────────────────────────────────────────────────────────────┘
  8.  
  9. ┌────────────────────────────────────────────────────────────────────────────┐
  10. │░░░░ INTRODUCTION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  11. └────────────────────────────────────────────────────────────────────────────┘
  12.  
  13. Alias allows you to run chains that support CHAIN.TXT, but only support the
  14. use of real names instead of handles.  Alias will replace the real name in
  15. CHAIN.TXT with the alias.
  16.  
  17. Alias also works with CHAIN.002, CHAIN.003, etc., that are possible with WWIV
  18. v4.23.
  19.  
  20. ┌────────────────────────────────────────────────────────────────────────────┐
  21. │░░░░ USAGE ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  22. └────────────────────────────────────────────────────────────────────────────┘
  23.  
  24. Usage:
  25.  
  26.     ALIAS CHAIN.TXT
  27.  
  28. Here's an example batch file showing how to use it:
  29.  
  30.     @ECHO OFF
  31.     ALIAS %1
  32.     CD CHAINS\ONLINER
  33.     GAME
  34.     CD\WWIV
  35.  
  36. The %1 above is required under v4.23 because of the multi-instance environment
  37. which it provides.  You must set up a chain in CHAINEDIT to pass %1 to the
  38. batch file running your onliners, and Alias will take this as it's parameter.
  39.  
  40. If you are running a chain on instance 2, the chain file is CHAIN.002, not
  41. CHAIN.TXT.  Instead of hard coding Alias to accept only CHAIN.TXT as a
  42. parameter, it will take any CHAIN.xxx file as a parameter.
  43.  
  44. ┌────────────────────────────────────────────────────────────────────────────┐
  45. │░░░░ REVISIONS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  46. └────────────────────────────────────────────────────────────────────────────┘
  47.  
  48. Version 1.00 (07/13/93)
  49.   ■ Initial release
  50.  
  51. Version 1.01 (12/01/93)
  52.   ■ Added support for WWIV v4.23's multi-instance capabilities.  Now works
  53.     with CHAIN.TXT and CHAIN.xxx where xxx is the instance #.
  54.  
  55. ┌────────────────────────────────────────────────────────────────────────────┐
  56. │░░░░ CREDITS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  57. └────────────────────────────────────────────────────────────────────────────┘
  58.  
  59. Alias v1.01 Copyright (c) 1993 by Cris McRae
  60. WWIV is Copyright (c) 1988-1993 by Wayne Bell
  61.  
  62. If you have any comments or questions about this program, you can reach me
  63. at the following network addresses:
  64.  
  65.     TerraNET: 1@1
  66.     WWIVnet : 1@8861
  67.     IceNET  : 1@8857
  68.     SOLARnet: 1@8857
  69.     WWIVLink: 1@18857
  70.     Internet: cris.mcrae@panasia.com
  71.  
  72. If you are a sysop on one of the above WWIV networks, you may also subscribe
  73. to my support sub.  The sub name is "JAFO's Software Support".  The sub type
  74. is JAFOSUP.
  75.  
  76. You may also call my BBS system:
  77.  
  78.                               Blue Thunder BBS
  79.                          USR 16.8 HST Dual Standard
  80.                                Open 24 Hours
  81.                                (818)848-4101
  82.  
  83. This program may be freely distributed.  No registration is necessary.
  84.