home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SPX30.ZIP / SPX_DOC.ZIP / SPXARCH.DOC < prev    next >
Encoding:
Text File  |  1994-06-13  |  662 b   |  24 lines

  1. { SPX Library Version 3.0  Copyright 1993 Scott D. Ramsay }
  2.  
  3. SPXARCH.EXE
  4.       Creates a .SPL SPX archive file.
  5.  
  6. SYNTAX:
  7.      SPXARCH  <response_file/pattern> <output_file>[.SPL]
  8.  
  9.      <pattern>           a file name or mask
  10.      <response_file>     @filename a text file with a list of files
  11.                           and/or masks.
  12.      <output_file>       Output file name
  13.  
  14. EXAMPLES:
  15.  
  16.      SPXARCH *.pas source.spl
  17.  
  18.        Creates the file SOURCE.SPL with all *.pas files from the current
  19.         directory
  20.  
  21.      SPXARCH @table.lst archive
  22.  
  23.        Creates the file ARCHIVE.SPL according to the file listing
  24.          in the file table.lst