home *** CD-ROM | disk | FTP | other *** search
- { SPX Library Version 3.0 Copyright 1993 Scott D. Ramsay }
-
- SPXARCH.EXE
- Creates a .SPL SPX archive file.
-
- SYNTAX:
- SPXARCH <response_file/pattern> <output_file>[.SPL]
-
- <pattern> a file name or mask
- <response_file> @filename a text file with a list of files
- and/or masks.
- <output_file> Output file name
-
- EXAMPLES:
-
- SPXARCH *.pas source.spl
-
- Creates the file SOURCE.SPL with all *.pas files from the current
- directory
-
- SPXARCH @table.lst archive
-
- Creates the file ARCHIVE.SPL according to the file listing
- in the file table.lst