home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / ps2_202e.zip / PALMSCAN.HLP < prev    next >
Text File  |  1996-04-30  |  13KB  |  293 lines

  1.       The PalmScan commandline consists of:
  2.  
  3.       PALMSCAN.EXE [FileSpecs|@ListFile|Command] <Options>
  4.  
  5.       [..] is mandatory
  6.       <..> is optional
  7.  
  8.       [FileSpecs]    must be valid DOS file-specifications. At least one
  9.                      should be given, up to 30 can be given.
  10.                      File-specifications can be either filenames or
  11.                      directories. In the last case, all files in that
  12.                      directory will be processed.
  13.  
  14.       Example :      PalmScan *.ZIP
  15.  
  16.       [@ListFile]    Instead of (a) file-specification(s), you can also use
  17.                      a listfile. This listfile should contain valid
  18.                      file-specifications (see above). PalmScan will process
  19.                      all file-specifications in the listfile (there is no
  20.                      maximum size for the listfile!). The
  21.                      file-specifications should be placed on the first part
  22.                      of each line, 2everything behind it will be ignored.
  23.  
  24.                      Example listfile:
  25.  
  26.                      d:\files\upload     This is the upload directory
  27.                      d:\files\incoming   This is the incoming files
  28.                                          directory
  29.  
  30.                      In this example, all files in the directory's
  31.                      d:\files\upload and d:\files\incoming, will be
  32.                      processed (except for those files configured with the
  33.                      SkipFile keyword in the PalmScan configuration). The
  34.                      comments behind the directory's will be ignored.
  35.                      You can also use FLSEARCH.CTL (QuickBBS format) with
  36.                      this option.
  37.  
  38.       Example :      PalmScan @C:\BBS\FLSEARCH.CTL
  39.  
  40.  
  41.       [Command] :
  42.  
  43.       /FDBmaint<areanr<-areanr>>
  44.  
  45.            Usage   : Run Ezycom/RemoteAccess/Concord file-database
  46.                      maintenance. PalmScan will first search the
  47.                      file-database for files which have not been processed,
  48.                      and place them in a file called FILEINFO.FIX. After
  49.                      that, the PalmScan FileInfo system will take over and
  50.                      those files will be processed. Files will be converted
  51.                      to the archiver configured in the file-area
  52.                      configuration. When no archiver is configured for an
  53.                      area, PalmScan will not process files in that area.
  54.                      (Except for Concord, at this moment no archiver can be
  55.                      configured in the file-area configuration so all areas
  56.                      will be processed).
  57.                      When running with Ezycom or Concord, PalmScan will use
  58.                      the checked bit in the file-database to determine
  59.                      wether a file has been processed or not.
  60.                      When running with RemoteAccess, PalmScan uses
  61.                      LASTSCAN.PS in the file-database directory to store
  62.                      the last time when the FDB maintenance has been run.
  63.                      All files which have an upload date after the date of
  64.                      that file will be processed.
  65.                      When running with Concord, PalmScan will only do
  66.                      virus-scanning when that's configured in the file-area
  67.                      configuration.
  68.  
  69.                      <areanr-<areanr>>   The area numbers which should be
  70.                                          processed. A range of areas can be
  71.                                          given here (eg. 10-20) or just one
  72.                                          area can be given.
  73.                                          When no area number is specified,
  74.                                          PalmScan will process all areas
  75.                                          which have a destination archiver
  76.                                          configured.
  77.  
  78.                      Any file specifications given on the commandline will
  79.                      be used to determine wether a file should be processed
  80.                      or not.
  81.  
  82.            Options : /All      Process all files in the specified areas,
  83.                                even if they have already been processed.
  84.  
  85.                      /AnyArea  Process any area, instead of only areas
  86.                                which have a target archiver set.
  87.  
  88.            Example : PalmScan.Exe /L /FDBMAINT50-99 /ALL *.ARJ
  89.                         - This will process all *.ARJ files which are in
  90.                           the file-database in areas in the range 50 to 99
  91.                           which have a destination archiver configured in
  92.                           the file-area configuration.
  93.  
  94.       /Fix<+>
  95.  
  96.            Usage   : Use the PalmScan FileInfo system. This system
  97.                      accomplishes an enhanced communication between
  98.                      PalmScan and programs using PalmScan. When using /FIX,
  99.                      PalmScan will use the FileInfo system in Read-Only
  100.                      mode, the FileInfo file (FILEINFO.FIX) will be deleted
  101.                      when all files have been processed.
  102.                      When using /FIX+, PalmScan will use the FileInfo
  103.                      system in Read/Write mode. PalmScan will update the
  104.                      FileInfo file with some information that can be used
  105.                      by the program which is calling PalmScan.
  106.                      Technical information about the FileInfo system can be
  107.                      found in FILEINFO.INC, which is included in the
  108.                      PalmScan package.
  109.  
  110.  
  111.       <options> :
  112.  
  113.       /L
  114.  
  115.            Usage   : Local operation. When this switch is NOT used,
  116.                      PalmScan will search for DOOR.SYS and/or DORINFO?.DEF
  117.                      to get the user information from.
  118.  
  119.  
  120.       /C[configuration-filename]
  121.  
  122.            Usage   : By default, PalmScan will search for it's
  123.                      configuration file in the same directory where
  124.                      PALMSCAN.EXE is placed, with the filename
  125.                      PALMSCAN.CFG. With this commandline option, you can
  126.                      tell PalmScan to use an alternate configuration file.
  127.  
  128.            Example : /Cc:\palmscan\afixpalm.cfg
  129.  
  130.       /D[dorinfo-filename]
  131.  
  132.            Usage   : When your BBS-package creates a DORINFO file with a
  133.                      filename that can't be found by searching for
  134.                      DORINFO?.DEF (ie. Ezycom can create DORINF85.DEF for
  135.                      line 85), you can specify this filename here.
  136.  
  137.            Example : /Ddorinf85.def
  138.  
  139.       /N[node]
  140.  
  141.            Usage   : When the node number is specified with this
  142.                      commandline option, PalmScan's multi-line support is
  143.                      enabled. This makes sure that PalmScan will run
  144.                      without problems when running on more nodes at the
  145.                      same time on multi-node systems.
  146.                      This commandline option is required when using the
  147.                      EzyFileID configuration keyword.
  148.  
  149.       /NoChanges
  150.  
  151.            Usage   : When this option is used, no archiving will be done at
  152.                      all. This means that no archive will be converted,
  153.                      there won't be any file removal or file adding, no
  154.                      music modules will be described, and the archive
  155.                      header will not be updated. This can be especially
  156.                      useful for running PalmScan as online virus scanner
  157.                      (when the archive conversion is done in an event), or
  158.                      for just updating file descriptions in FILES.BBS with
  159.                      the 'FileID' keyword used.
  160.  
  161.       /NoConversion
  162.  
  163.  
  164.            Usage   : When this option is used, archive conversion is not
  165.                      done. All other function will be performed.
  166.  
  167.       /T[archiver]
  168.  
  169.            Usage   : Override the configured destination archiver.
  170.                      When no archiver is configured in the PalmScan
  171.                      configuration, PalmScan will only convert the main
  172.                      archives, no embedded archives. When there is an
  173.                      archiver configured in the PalmScan configuration,
  174.                      those settings will be used for SFX/Secure/Embedded
  175.                      archives.
  176.                      When used when running the file-database maintenance,
  177.                      PalmScan will still only process those areas which
  178.                      have a destination archiver configured (in the
  179.                      Ezycom/RemoteAccess file-area configuration). This
  180.                      commandline option does override that configured
  181.                      archiver, though.
  182.  
  183.            Example : /TARJ
  184.  
  185.            Note    : This is a bonus feature, which is available in the
  186.                      registered version only.
  187.  
  188.       /NoFDB
  189.  
  190.            Usage   : Temporary disable the file-database support.
  191.  
  192.            Note    : This is a bonus feature, which is available in the
  193.                      registered version only.
  194.  
  195.       /NoFilesbbs
  196.  
  197.            Usage   : Temporary disable the files.bbs support.
  198.  
  199.            Note    : This is a bonus feature, which is available in the
  200.                      registered version only.
  201.  
  202.       /S
  203.  
  204.            Usage   : When this option is used, PalmScan will search all
  205.                      sub-directory's of the given file-specifications for
  206.                      files to be processed. Together with the
  207.                      ProcessListedOnly configuration keyword, this option
  208.                      can very well be used to process all files on a
  209.                      bulletin board.
  210.  
  211.       /Unlisted
  212.  
  213.            Usage   : When this option is used, PalmScan will only process
  214.                      files which are not listed in FILES.BBS and/or the
  215.                      RemoteAccess/Ezycom/Concord file-database. This
  216.                      commandline option overrides the ProcessListedOnly
  217.                      configuration keyword.
  218.  
  219.       /Move[Path]
  220.  
  221.            Usage   : When a file has been processed and is ok, it can be
  222.                      moved to another directory.
  223.  
  224.                      [Path]    The directory where good files will be moved
  225.                                to.
  226.  
  227.            Note    : This is a bonus feature, which is available in the
  228.                      registered version only.
  229.  
  230.       /V[Size]
  231.  
  232.            Usage   : To use the multi-volume packing (MultiVolumePack
  233.                      configuration keyword), the target size must be
  234.                      specified on the PalmScan commandline, using this
  235.                      commandline option.
  236.  
  237.                      [Size]    The target size of the multi-volume
  238.                                archives. This parameter is passed on
  239.                                directly to the archiver when PalmScan
  240.                                starts packing the archives.
  241.  
  242.       /NoMove
  243.  
  244.            Usage   : Temporary disable the moving of files to the BadPath,
  245.                      InfectedPath, HackPath, OldPath and BadGifPath. When
  246.                      needed, PalmScan will exit with an errorlevel instead
  247.                      of moving any files.
  248.  
  249.            Note    : This is a bonus feature, which is available in the
  250.                      registered version only.
  251.  
  252.       /NoScan
  253.  
  254.            Usage   : Temporary disable virus-scanning.
  255.  
  256.            Note    : This is a bonus feature, which is available in the
  257.                      registered version only.
  258.  
  259.       /Mono
  260.  
  261.            Usage   : Forces monochrome mode.
  262.  
  263.       /NoCls
  264.  
  265.            Usage   : Do not clear the screen at startup.
  266.  
  267.       /Debug
  268.  
  269.            Usage   : This will log some more information on the execution
  270.                      of external programs (such as virus scanners,
  271.                      archivers, etc.) and virtually anything which is
  272.                      displayed on the screen.
  273.  
  274.       /P[priority]
  275.  
  276.            Usage   : This option is only available in the OS/2 version of
  277.                      PalmScan. The priority of the process can be set using
  278.                      this commandline option.
  279.  
  280.                      [priority]     This is a percentage of the normal
  281.                                     priority. It can be a value from 0 to
  282.                                     257. The default priority is 100.
  283.  
  284.       /Interactive
  285.  
  286.            Usage   : When this option is used, PalmScan can ask some
  287.                      questions when needed. When running in on-line mode,
  288.                      the user who is on-line can also type an answer.
  289.                      PalmScan will time-out when no input is given within a
  290.                      minute.
  291.                      Interactive mode is currently only used for obtaining
  292.                      passwords for password protected archives.
  293.