home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / split / splitty.exe / TXT / HELP < prev    next >
Text File  |  1997-01-30  |  4KB  |  78 lines

  1. INTRODUCTION
  2.  
  3. This application enables you to split large files into smaller files that can be regrouped later to reconstitute the original file.  It is particularly useful for sending large files to a person over unreliable networks, and for saving large files to floppy disks or other modest storage media.
  4.  
  5.  
  6. HOW DOES IT WORK?
  7.  
  8. Splitting operation:
  9.     - You provide the name of a large file to be split and a file name prefix for the pieces.
  10.     - A master split file (<prefix>0.fsm) describing the operation is created.
  11.     - Split files (<prefix><index>.fss) are created to store the contents of the original file.
  12.  
  13. Merging operation:
  14.     - You provide the name of a master split file (*.fsm).
  15.     - The original file is recreated from the master file and the other split files (*.fss).
  16.  
  17.  
  18. COMMANDS
  19.  
  20. Split section:
  21.     - Original file: Fully qualified path of the file to split.
  22.     - Split files folder: Folder in which the split files should be written.
  23.     - Split files name prefix: It is the name to which an index and an extension is added.
  24.  
  25.     - Prompt before overwriting files: Ask for permission before overwriting existing files.
  26.     - Operate in the same folder: Otherwise, you specify the destination folder.
  27.     - Generate split files name prefix: Otherwise, you specify the destination file name.
  28.     - Split files maximum size: Largest size a split file can have.
  29.  
  30.     - Comments: Accepts additional notes describing the original file.
  31.     - Original file size: Displays the size of the original file.
  32.     - Number of split files: Displays the number of split files required to complete the operation.
  33.  
  34. Merge section:
  35.     - Master split file: Fully qualified path of the master split file.
  36.     - Original file folder: Folder in which the original file should be written.
  37.     - Original file name: The name of the original file.  It is the original file name by default.
  38.  
  39.     - Prompt before overwriting files: Ask for permission before overwriting existing files.
  40.     - Operate in the same folder: Otherwise, you specify the destination folder.
  41.     - Use initial file name: Otherwise, you specify the destination file name.
  42.     - Delete split files after merging: Delete the split files after a successful merge operation.
  43.  
  44.     - Comments: Displays additional notes describing the original file.
  45.     - Original file size: Displays the size of the original file.
  46.     - Number of split files: Displays the number of split files required to complete the operation.
  47.  
  48. Status section:
  49.     - The first text field displays status information.
  50.     - The second field is a progress indicator.
  51.  
  52. - Apply: Perform the operation corresponding to the active section.
  53. - Close: Exit the application.
  54. - Help: Display this window.
  55. - About: Display information about this product.
  56.  
  57.  
  58. TIPS
  59.  
  60. - You can drag and drop source files into the corresponding text fields.
  61. - The original file name is stored in the split files and can be used to merge back to it.
  62. - Remember to account for the supplemented indices when there are file name restrictions.
  63. - Press the Control key to interrupt lengthy operations.
  64.  
  65.  
  66. EXAMPLES
  67.  
  68. (A) You want to save a 10MB file to 1.4MB floppy disks.
  69.     1- Select the "Split" section by pressing on the corresponding tab.
  70.     2- From Explorer, drag the source file and drop it onto the "Original file" field.
  71.     3- From the "Split files maximum size" control, select a file size that can fit on a floppy.
  72.     4- Press the "Apply" button.
  73.  
  74. (B) You want to recreate the large file aforementioned using its corresponding split files:
  75.     1- Select the "Merge" section by pressing on the corresponding tab.
  76.     2- From Explorer, drag the master split file and drop it onto the "Master split file" field.
  77.     3- Press the "Apply" button.
  78.