home *** CD-ROM | disk | FTP | other *** search
/ Dr. CD ROM (Annual Premium Edition) / premium.zip / premium / DOSUTIL1 / ARJCOM02.ZIP / ARJCOM.DOC < prev    next >
Text File  |  1992-07-20  |  6KB  |  157 lines

  1.  
  2.  
  3.  
  4.                 ▒▒▒▒▒▒▄ ▒▒▒▒▒▒▄     ▒▒▄ ▒▒▒▒▒▒▄ ▒▒▒▒▒▒▄ ▒▒▒▄▄▒▒▒▄
  5.                 ▒▒█▀▒▒█ ▒▒█▀▒▒█     ▒▒█ ▒▒█▀▀▀▀ ▒▒█▀▒▒█ ▒▒█▒▒█▒▒█
  6.                 ▒▒▒▒▒▒█ ▒▒▒▒▒█▀     ▒▒█ ▒▒█     ▒▒█ ▒▒█ ▒▒█ ▀▀▒▒█
  7.                 ▒▒█ ▒▒█ ▒▒█▀▒▒▄ ▒▒▄ ▒▒█ ▒▒█     ▒▒█ ▒▒█ ▒▒█   ▒▒█
  8.                 ▒▒█ ▒▒█ ▒▒█ ▒▒█  ▒▒▒▒█▀ ▒▒▒▒▒▒▄ ▒▒▒▒▒▒█ ▒▒█   ▒▒█
  9.                  ▀▀  ▀▀  ▀▀  ▀▀   ▀▀▀▀   ▀▀▀▀▀▀  ▀▀▀▀▀▀  ▀▀    ▀▀
  10.                               Version 0.02 ßeta
  11.                 (c) 1992 PERSAD Software Inc. All Rights Reserved.
  12.  
  13.  
  14.  
  15.  
  16.  
  17. Program Name: [ ARJCOM ]
  18. Version: [ 0.02 ]
  19. Author: [ Rishi Persad ]
  20. Software Distribution : [ PERSAD Software, Inc. ]
  21. Date Released: [ 07-19-92 ]
  22. Status: [ Public ßeta ]
  23.  
  24.  
  25.  
  26.  
  27.  
  28. STATEMENT OF PURPOSE:
  29.  
  30.         ARJCom v0.02 ßeta was created to add and/or delete ARJ comments as
  31.         well as unwanted file members. During the recent years archive
  32.         pollutants (BBS ads in the form of a text or executable file) have
  33.         developed from a mere annoyance to a downright nuisance.
  34.         In keeping with PERSAD Software Inc. policies (see POLICY.PSI) we
  35.         have developed stringent procedures to deal with such pollutants.
  36.         All the archives online at our Ælpha Site (see below) are pollutant
  37.         free!! We hope that every SysOp will attempt to achieve the same
  38.         standard for quality files.
  39.         Hence ARJCom was born. It is very small and uncomplicated to
  40.         use. Our trademark for non cryptic command line parameters and no
  41.         "crippleware coding" is reflected in this fresh new utility.
  42.  
  43. SETUP:
  44.  
  45.         The following files are included in this archive:
  46.  
  47.         ARJCOM.EXE - The actual excutable program.
  48.  
  49.         ARJCOM.DOC - What you're reading now.
  50.  
  51.         ARJCOM.DEL - List of files to search/delete if found in ARJ archive.
  52.  
  53.         ARJCOM.CMT - Comment file (ASCII) to add to ARJ archive. Modify or
  54.         create your own. The name *must* remain as ARJCOM.CMT.
  55.  
  56.         POLICY.PSI - PSI Policy statement. ASCII text file.
  57.  
  58.         WHATS.NEW  - List of changes in this version.
  59.  
  60.         Place ARJCOM.EXE, ARJCOM.CMT and ARJCOM.DEL anywhere in your PATH
  61.         (they don't even have to be placed in the same directory or drive,
  62.         as long as it's in your PATH). Make sure that you have a copy of
  63.         ARJ.EXE available in your path also. If you don't, then this
  64.         program will not run and just complain that it can't find
  65.         ARJ.EXE.
  66.  
  67. USAGE:
  68.  
  69.         This program may be run from a batch file as a nightly event to
  70.         update your ARJ archives or it may be used right after an upload
  71.         takes place. ARJCom support three (3) switches:
  72.  
  73.         ARJCOM [ S ] [ A ] [ D ] [FILENAME]
  74.  
  75.         S - Strips the ARJ archive of any comment. Nothing will be
  76.             displayed when the archive is unncompressed.
  77.  
  78.         A - Adds the comment (ARJCOM.CMT) to the archive. This is displayed
  79.             when a user uncompresses the archive. It will obviously
  80.             replace any previously existing comment.
  81.  
  82.         D - Delete unwanted file member. This switch will cause ARJCom to
  83.             search for any file listed in ARJCOM.DEL and if found in the
  84.             current archive it will be deleted.
  85.  
  86.         Examples:
  87.  
  88.         ARJCOM s MYFILE.ARJ   <- Will strip MYFILE.ARJ in current directory
  89.                                  of any comments.
  90.  
  91.         ARJCOM a E:\FILES\NEW.ARJ <- Adds comment to NEW.ARJ
  92.  
  93.         ARJCOM a \DOWNLOAD\*.ARJ  <- Mass comment all ARJ archives in the
  94.                                      specified directory.
  95.  
  96.         ARJCOM d C:\TEMP\%1 <- A batch call to search/delete archive
  97.                                pollutants.
  98.  
  99.         ARJCOM a *.*  <- Comment all files (ARJ) in current directory.
  100.  
  101.         Note:
  102.  
  103.         1> The switches are not case sensitive.
  104.         2> If the files specified is not found, the program will terminate
  105.            with an error message and an errorlevel of "1".
  106.         3> An errorlevel of "0" is created when successful.
  107.  
  108. REGISTRATION:
  109.  
  110.         This release is FREE for non-commercial use!! I think that SysOps
  111.         pay enough as it is. Please distribute this freely as long as no
  112.         modifications to the file contents has been made.
  113.  
  114. DISCLAIMER:
  115.  
  116.         This product is provided "as is" without warranty of any kind.
  117.         The entire risk and responsibility of the use of this product,
  118.         as to the results and/or performance of this product is
  119.         assumed by you. PERSAD Software Inc. makes no warranty as to
  120.         the use of, results of, merchantability or fitness for
  121.         purpose. Should the product prove to be defective, you
  122.         exclusively assume the entire cost of all necessary servicing,
  123.         repair, or correction. PERSAD Software Inc. shall not be
  124.         liable for any damages, including but not limited to system
  125.         damage, service, repair, correction, loss of profit, lost
  126.         savings or any other incidental, consequential, or special
  127.         damages of any nature whatsoever resulting from the use or
  128.         inability to use this product.
  129.  
  130.  
  131. TECHNICAL SUPPORT:
  132.  
  133.         Technical support is available directly from the author on:
  134.  
  135. BBS:    TnT BBS Network (PSI Ælpha Site and HQ)
  136.         718 454-1601
  137.         1200/2400/9600 v.32bis
  138.         24 Hrs
  139.  
  140.         -or-
  141.  
  142. Mail:   PERSAD Sofware Inc.
  143.         183-11 91 Rd.
  144.         Hollis,NY
  145.         11423-2625.
  146.  
  147.         -or-
  148.  
  149. Email:  Rishi Persad
  150.         FIDO Shareware/Doorware Conferences
  151.  
  152. NetMail: 1:2603/208
  153.  
  154.  
  155.  
  156.                                -[ EOF ]-
  157.