home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Tools / GoetzFileSpl / readme.txt < prev   
Text File  |  1998-08-20  |  5KB  |  116 lines

  1. Goetz's File Splitter
  2. Copyright 1998 Lawrence Goetz
  3. goetz@lawrencegoetz.com
  4. http://www.lawrencegoetz.com
  5.  
  6. VERSION 1.0
  7.  
  8. *************
  9. Introduction:
  10. *************
  11.  
  12. Goetz's File Splitter is freeware. If you find it to be of use to you,
  13. please send me e-mail letting me know.
  14.  
  15. This a command line program that runs in Windows 95, 98, NT or higher. 
  16. It will not work in DOS mode.
  17.  
  18. Goetz's File Splitter is a program designed to take a file and split it up 
  19. into smaller pieces. This is useful for taking a file that can not fit on 
  20. one floppy and then splitting it on many floppies. It can also be used where 
  21. you are limited in file size, such as in e-mail attachments. Some services 
  22. limit the file size of an attachment. You can now send the large file as 
  23. many smaller attachments. Goetz's File Splitter will also create a batch 
  24. file that will restore the split file.
  25.  
  26. Goetz's File Splitter should not be used as a backup program, because in 
  27. the event the restore does not work, your original would be lost. The file
  28. being split is only being read and is not changed. However should Windows
  29. lock up, something could go wrong. In any event, I'm not responsible for
  30. any damage that could go wrong by using this program. It's best to make
  31. a copy of any file your spliting to prevent any such problems.
  32.  
  33. *************
  34. Instructions:
  35. *************
  36.  
  37. It is a command line program (DOS prompt). It's file name is: gfsplit
  38. I recommend you copy it to your c:\ directory or place it's directory in 
  39. your path statement. This way you can run the file in whatever directory you 
  40. are in.
  41.  
  42.  
  43. SPLITTING:
  44.  
  45. You run Goetz's File Splitter as follows:
  46. gfsplit source destination size
  47.  
  48. source - the file to be split
  49. destination - the names of the split files
  50. size - The size in K for the split files. I use K to mean 1000, not 1024.
  51.  
  52. You will get an error if the source file does not exist, or if you leave off 
  53. any of the command line arguments. Also if the split size is invalid, such
  54. as larger than the source file's size, you'll get an error.
  55.  
  56. Example:
  57. gfsplit mygame.zip mygame 1440
  58.  
  59. This will take a file called mygame.zip and split it into a series of files
  60. mygame1, mygame2, ..., mygamen. Each file will be up to 1440K, the last file 
  61. will be the slack of 1440K. It will create a restore file mygame.bat that 
  62. will be used to restore the file.
  63.  
  64. You can now copy the split files and the restore file to floppies or send 
  65. them over the internet as attached files. In Windows 95 you can easily send 
  66. them all to the floppy drive with one command. First you go to Windows 
  67. Explorer and highlight them all with the mouse. Then choose from the File 
  68. menu: Send To, Floppy. It will prompt you to insert the next disk when the 
  69. disk is full.
  70.  
  71. RESTORING:
  72.  
  73. To restore a file, copy all of it's split files and it's restore file to a 
  74. single directory on your hard drive. Now you can run the restore file and it 
  75. will combine the split files. If a split file is missing you will get an 
  76. error message and the listing of the missing files.
  77.  
  78. If you are using Windows Explorer to copy your split files from your disks: 
  79. After swapping disks, press F5 to get the new disk's contents.
  80.  
  81. To restore the example file mygame.zip, you would run mygame.bat. This will 
  82. recreate the file mygame.zip in your directory. You will get an error 
  83. message if the file mygame.zip already exists.
  84.  
  85. You can restore to another path by specifing it as a command line argument
  86. to the restore file. To restore the file to c:\games\mygame do
  87.  
  88. mygame c:\games\mygame\
  89. You must end the path with a \ or you will create a file called 
  90. c:\games\mygamemygame
  91.  
  92.  
  93. I hope you find this program to be of some use to you.
  94.  
  95. Changes since .92:
  96. None.
  97.  
  98. Fixed from version .91:
  99. Problem with a split size larger than the input size. 
  100. It would work for a requested size larger than the input size. However
  101. if the size was very large the system would run out of memory.
  102. Also I didn't check for negitive or zero split size.
  103.  
  104. Fixed from version .90:
  105. Had problem with files in paths, it would store path info that would
  106. make it restore to the original location.
  107. Now works with restoring to any location.
  108. Fixed problem with some people not able to restore because the first file
  109. would not copy correctly.
  110.  
  111. Thank you,
  112.  
  113. Lawrence Goetz
  114. goetz@lawrencegoetz.com
  115. ___________________________________________________________________________
  116. Microsoft Windows is a trademark of Microsoft Corporation.