home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 September / PCWorld_2001-09_cd.bin / Software / Vyzkuste / Winsplit / Readme.txt next >
Text File  |  2000-04-03  |  1KB  |  29 lines

  1. WinSplit (Copyright by Phillip Perkmann)
  2. ------------------------------------------------
  3.  
  4. This is a very simple but nonetheless handy tool
  5. to split and join files. It is very small (47Kb!) 
  6. and thus fits on every floppy disk.
  7.  
  8. I know that there are about 200 file splitting
  9. utilities out there, but I created this app as an
  10. exercise on how to create very little programs with
  11. pure Win32API calls. Furthermore I think it is
  12. exceptionally fast...
  13.  
  14. SPLIT:
  15. Select a file, enter a valid package size and click
  16. on "Split". Example: Say you have a large file (3MB)
  17. that you want to transport on a floppy, just select
  18. the file and enter a packe size of 1400 Kb. The output
  19. will be 2 files of 1400 Kb each and one of 200 Kb.
  20.  
  21. JOIN:
  22. Select the first file of a packages which has the file
  23. type "*.1". Click on "Join", and the original file will
  24. be restored from the little pieces.
  25.  
  26. HOMEPAGE of Phillip Perkmann's Software:
  27. http://homepage.uibk.ac.at/~csab3666
  28.  
  29. EMAIL: csab3666@uibk.ac.at