home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 451.lha / SplitFile / SplitFile.doc < prev    next >
Text File  |  1990-12-08  |  2KB  |  45 lines

  1.                                 Split File
  2.                            --------------------
  3.                                     By
  4.                              Thomas C. DeVeau
  5.  
  6.  
  7. What is SplitFile:
  8.  
  9.         SplitFile is a complement command to Join. If you have ever
  10.         encountered a file that you wanted to edit and found you
  11.         didn't have enough memory to edit it, what do you do?
  12.         This is the reason I wrote SplitFile. I recently downloded
  13.         JR-Comm, and its UserManual is over 200K bytes long. I don't
  14.         like wasting printer paper because authors like to put form-feeds
  15.         into their docs, so I edit them out. Well, JR-Comm's manual
  16.         didn't fit into my measly 512K memory. After running SplitFile,
  17.         I have four SHORT files that I can edit, then Join them back
  18.         into one file.
  19.  
  20. Using SplitFile:
  21.  
  22.         Usage: SplitFile <filename> [TO <path>]
  23.  
  24.             filename = The file you want to split.
  25.  
  26.             (Optional)
  27.             TO       = The TO keyword MUST be included.
  28.             path     = The destination path. If path is a directory,
  29.                        the / (slash) directory specifier MUST be used.
  30.                        For a Disk, you must use the : (colon).
  31.  
  32.             Example:
  33.                     SplitFile bigfile TO files/
  34.                         writes splitfiles to directory "files/"
  35.                         in the current directory.
  36.                     SplitFile bigfile TO DF1:
  37.                         writes splitfiles to "DF1:".
  38.                     SplitFile bigfile
  39.                         writes splitfiles to the current directory.
  40.  
  41.         Files created with SplitFile have the form:
  42.  
  43.                             File.sfn - Where n is 0 to whatever.
  44.  
  45.