home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / aval340e / pn24co_e.txt < prev    next >
Text File  |  1993-10-12  |  2KB  |  78 lines

  1. ==========================================================================
  2.  PN24CONV V1.xx                                   Last Changes: 12 Oct 93
  3. ==========================================================================
  4.         (c) Stephan Slabihoud, Gustav-Ohm-Str.72, D-46236 Bottrop
  5. ==========================================================================
  6.                             S H A R E W A R E
  7. ==========================================================================
  8.  
  9.                 For shareware details refer to AVALON.TXT
  10.  
  11. ==========================================================================
  12.  
  13.     If you have any ideas and bug reports directed at manual and program,
  14.             please send them directly and per crashmail to me!
  15.  
  16.  
  17.  
  18. INTRO:
  19. ======
  20.  
  21. You  can  request  a  list with all points of  the  24-region  called  24-
  22. pointlist.
  23.  
  24. There  are  many utilities to compile this list for  example  PN24USER  by 
  25. Günther Paczia.  This creates a userlist for the MsgReader LED. But it can 
  26. only  compile a maximum of 5000 systems,  no information about nodes  will 
  27. be created and some systems will not be converted.
  28.  
  29. PN24CONV  allows  you  to compile a unlimited number of  systems  and  all 
  30. entries  will  be  converted  correctly.   Also  a  4D-Pointlist  can   be 
  31. converted.
  32.  
  33.  
  34. How to start PN24CONV:
  35. ======================
  36.  
  37. PN24CONV <s|l> <src> <dst> [<zone>]
  38.  
  39.   <s>  -  Create a user list in the short format.
  40.   <l>  -  Create a user list in the long (more human friendly) format.
  41. <src>  -  The pointlist (e.g. "C:\FIDO\POINTS24.*").
  42. <dst>  -  The userlist for the LED (e.g. "C:\FIDO\PN24USER.LST").
  43. <zone> -  Add zone <zone> to output (optional).
  44.  
  45.  
  46.  
  47. INTERNA:
  48. ========
  49.  
  50. The number of pointsystems is unlimited.
  51. The output is not sorted (PN24LIST creates a sorted list).
  52.  
  53. 3D-pointlist format:
  54. ====================
  55. Host,<-1->,<net/node>,<-2->,<name>,...
  56. ,<point>,<-3->,<-2->,<name>,...
  57. [...]
  58.  
  59. 4D-pointlist format:
  60. ====================
  61. Boss,<zone:net/node>
  62. ,<point>,<-3->,<-2->,<name>,...
  63. [...]
  64.  
  65. Not used entries:
  66. =================
  67. <-1-> - Fakenet
  68. <-2-> - City
  69. <-3-> - System
  70.  
  71.  
  72. History:
  73. ========
  74.  V1.0 - First official version.
  75.  V1.1 - 4D-pointlists can be compiled.
  76.  V1.2 - Add zone to output.
  77.  
  78.