home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / aval340e / arc_it_e.txt next >
Text File  |  1993-08-23  |  3KB  |  101 lines

  1. ==========================================================================
  2.  ARC-IT V1.2x                                     Last Changes: 23 Aug 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. So you were the one who got angry all the time about needing old  messages 
  22. that you killed just a week ago?  Well,  then ARC-IT will help you to live 
  23. your FIDO life more satisfied.
  24.  
  25. ARC-IT packs all messages that were written by you or "sysop" or that were 
  26. addressed to you or "sysop".
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. START:
  34. ======
  35.  
  36. It's that simple:
  37.  
  38. ARC-IT <e|n> [-ax] "SysopName" <msgbase> [<arcname>]
  39.  
  40. <msgbase>        This  is  the  filename of the  messagebase  ARC-IT  will 
  41.                  proceed with.  Do not give the extension of the filename! 
  42.                  The  messagebase has to be in a TheBox compatible  format 
  43.                  (this  format is used by LED,  ACS,  ECU and  many  other 
  44.                  programs). 
  45.  
  46. "SysopName"      Your  name.   This  information  is  used  to  find   the 
  47.                  corresponding messages.
  48.  
  49. <e|n>            One  of  these  parameters  has  to  be  used!  By  these 
  50.                  parameters  you tell ARC-IT wether you want to work  with 
  51.                  an  echomail area (e) or your netmail area  (n).  If  you 
  52.                  chose  "n" (netmail area),  the "From:" and "To:"  fields 
  53.                  are saved, too.
  54.  
  55. [-ax]            "-a": Already  archived messages will be  archived  once 
  56.                        more. 
  57.                  "-x": All messages (not only your own) will be archived.
  58.  
  59. <arcname>        All  messages  are  saved in the folder  that  holds  the 
  60.                  messagebase. The file extension is *.ABK (Avalon Backup). 
  61.                  If you want to rename this file, you can do this by using 
  62.                  this optional parameter.
  63.  
  64.  
  65. EXAMPLES:
  66. =========
  67.  
  68. ARC_IT n "Stephan Slabihoud" E:\FIDO\MSGS\NETMAIL
  69.  
  70.    - The netmail area is archived to a file named NETMAIL.ABK.
  71.  
  72. ARC_IT e "Stephan Slabihoud" E:\FIDO\MSGS\ATARI H:\BACKUP.TXT
  73.  
  74.    - The echomail area ATARI.GER (the files of the messagebase are
  75.      ATARI.HDR and ATARI.MSG) is archived as H:\BACKUP.TXT.
  76.  
  77. ARC_IT e -a "Stephan Slabihoud" E:\FIDO\MSGS\ATARI
  78.  
  79.    - ATARI.GER is archived, but now the already archived messages are
  80.      saved, too.
  81.  
  82. ARC_IT e -ax "doesn't matter" E:\FIDO\MSGS\ATARI
  83.  
  84.    - Now all messages (also these ones that are not written by you and
  85.      also the messages that were already archived before) are saved.
  86.  
  87.  
  88. INTERNA:
  89. ========
  90. ARC-IT  uses  bit #1 (0x0002) of Unused[7] in the header file  (*.HDR)  to 
  91. recognize wether messages were already archived or not.
  92.  
  93.  
  94. HISTORY:
  95. =========
  96.  V1.00 -  First official version
  97.  V1.01 -  A little bit optimized
  98.  V1.10 -  Optional parameter <arcname>
  99.  V1.20 -  Now works with FastEcho
  100.  
  101.