home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / warp_1_1.lzh / WSplit.Doc < prev    next >
Text File  |  1989-11-26  |  1KB  |  48 lines

  1.  
  2.  ****************************************************************************
  3.  
  4.  
  5.                    WSplit version 1.1 (c) 1989 SDS Software.
  6.  
  7.                              August 11, 1989
  8.  
  9.  
  10.  ****************************************************************************
  11.  
  12.      WSplit is a utility for splitting up large .WRP archives created with 
  13.   the Warp disk archiving program.
  14.  
  15.  ****************************************************************************
  16.  
  17.                   Command Line Options and Usage
  18.  
  19.   The format for issuing a WSplit command is as follows:
  20.  
  21.      WSplit infile[.WRP] outfile[.WRP] lowtrack hightrack
  22.  
  23.      infile[.WRP] is the input file.
  24.  
  25.      outfile[.WRP] is the output file.
  26.  
  27.      lowtrack , hightrack specify the range of tracks to split to the
  28.      output file.
  29.  
  30.   Example:
  31.  
  32.      WSplit program part1 0 40
  33.  
  34.   This will search the file program.WRP for tracks 0 through 40 and
  35.   write these tracks out to the file part1.WRP
  36.  
  37.  ****************************************************************************
  38.  
  39.      Special thanks to Barry (TN) for supplying us with Turbo C - IBM
  40.   enabling us to create the MS-DOS version of this program.
  41.  
  42.  ****************************************************************************
  43.  
  44.   WSplit is copyright 1987, 1988, 1989 SDS Software. All Rights Reserved.
  45.  
  46.  
  47.  
  48.