                              K-TOOLS UTILITIES

              Copyright (c) 1994-96 by Rob McDonell, ARK ANGLES
                             All Rights Reserved

                           FSPLIT - File Split 1.4


This utility splits one or more files into any number of parts, as small
as one byte each or as large as the original file.


USAGE:

  FSPLIT [sourcedir]sourcefiles [[targetdir][targetfiles]] [options]

where:  sourcedir    is the location of the existing files, or the current
                     directory if blank

        sourcefiles  is the file to be split, wildcards are accepted to
                     specify multiple files

        targetdir    is the destination location for the split files, or
                     the same directory if blank

        targetfiles  is the new file name or names for the first part,
                     wildcards are allowed for partial renaming of multiple
                     files

        options      is any of the following:

          /P         pause to ask before overwriting any file
          /Y         yes, go ahead and overwrite without asking
          /n         make at least n parts
          /nB        each part n bytes or less
          /nK        each part n kilobytes or less
          /nM        each part n megabytes or less


EXAMPLES:

  FSPLIT BIG.TXT BIG1.TXT /2      will split BIG.TXT into two files
                                  called BIG1.TXT and BIG2.TXT

  FSPLIT BIG.TXT BIG1.TXT /3K     if BIG.TXT was 8KB in size, will split
                                  it into three files called BIG1.TXT,
                                  BIG2.TXT and BIG3.TXT, the first two
                                  being 3KB and the third 2KB

Run FSPLIT with no parameters or "?" or "/?" to display simple help and
registration information.


REGISTRATION:

This program is part of the K-TOOLS UTILITIES shareware package.  To keep
using it after the 60 day trial period you must register, which costs only
A$15 per utility or A$29, US$24, 15, Dm40, 2600 for the whole collection.

Author:     Rob McDonell
            ARK ANGLES
            P O Box 190 (61 Oaklands Rd)
            Hazelbrook  NSW  2779
            AUSTRALIA
Phone:      Intl+61-47-588100
Fax:        Intl+61-47-588638
Compuserve: 100237,141
Internet:   100237.141@compuserve.com
