home *** CD-ROM | disk | FTP | other *** search
/ Software Recommendations - 1998 Season 1 / DNBCD4.iso / share / filesplt / fsplit20 / FSPLIT.DOC next >
Encoding:
Text File  |  1996-08-10  |  1.6 KB  |  49 lines

  1.  
  2.  ■ File Splitter 2.0 For Dos
  3.    Copyright (c) 1996 Jaguar Development
  4.    All Rights Reserved
  5.  
  6.  - What is File Splitter?
  7.  
  8.  File Splitter splits a single, large, file into manageable chunks of a given
  9.  size. This is useful for splitting a large file onto several disks. For
  10.  example, you could have one 6 megabyte file, which you wanted to put onto
  11.  1.44 Mb disks. You give FSplit the filename and the size, and 1.44 Mb files
  12.  will be created (possibly with the exception of the last, which could be
  13.  less than 1.44 Mb.)
  14.  
  15.  - How do I use it?
  16.  
  17.  Type FSPLIT [Filename] [File Size] [[-P]]
  18.  
  19.  Where [Filename] is the filename of the input file (e.g. N3230B5S.EXE)
  20.        [File Size] is the size of the desired output files (e.g. 1457664)
  21.        [[-P]] is an optional parameter (not necessary) that makes FSplit
  22.        prompt between each file it creates.
  23.  
  24.  In this example, the files that will be created will look like this:
  25.  
  26.  N3230B5S.1
  27.  N3230B5s.2
  28.  
  29.  etc. The number depends on the size of the input and output files.
  30.  
  31.  - How do I rejoin split files
  32.  
  33.  Type REJOIN [Output Filename] [Input files or wildcard]
  34.  
  35.  e.g. REJOIN N3230B5S.EXE N3230B5S.?
  36.  
  37.  Would find all files matching the wildcard specification N3230B5S.? and
  38.  add them to the final file N3230B5S.EXE.
  39.  
  40.  or e.g. REJOIN N3230B5S.EXE N3230B5S.1 N3230B5S.2 and so on...
  41.  
  42.  - Do I have to register FSplit?
  43.  
  44.  No. File Splitter is FREEWARE, please distribute it as much as you like!
  45.  If you find it useful, please let me know via email, if you can, to
  46.  unleashed@dial.pipex.com as soon as possible.
  47.  
  48.  
  49.