home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / cnp050.zip / CUTNPAST.DOC < prev    next >
Text File  |  1994-05-13  |  6KB  |  150 lines

  1. CUT&PASTE (c) 1994, Jason LeMay
  2. May 13, 1994.    Version 0.50.
  3.  
  4. Jason LeMay, FIDO 1:3619/29.
  5. BBS # 813-846-0317
  6.  
  7. Thanks for trying out CUT&PASTE!
  8.  
  9. IMPORTANT!!!!!!!  Please read UPDATE.TXT for important information!!!
  10. If a file was previously CUT with version 0.01 you MUST run CUTCONV.EXE
  11. with the control file as a parameter in order to PASTE it together with
  12. version 0.50.
  13.  
  14. Please feel free to distribute the unregistered version of CUT&PASTE!
  15.  
  16. CUT&PASTE is a great little utility to help you take those huge files
  17. and cut them up into smaller ones.
  18.  
  19. CUT&PASTE is a very handy utility for doing backups, chopping up 
  20. files for transferring via modem, or any other reason you could have
  21. for making one big file into several small ones.
  22.  
  23. SysOps! Have a LARGE file you want to make available, but no one has
  24. enough time to DL it?  Chop it up with CUT!
  25.  
  26. Easily do backups by first using an archiver, like PKZip (c), to 
  27. make one big file to store on disk.  Then use CUT to chop that file
  28. into one small enough to fit on disk.  You can also chop EXE's, 
  29. data files, and just about any other file with CUT, then put it back
  30. together again with PASTE! Even ZIP files with Authentic Verify and
  31. ARJ files with Security Envelopes will retain these once PASTE'd
  32. back together.
  33.  
  34. You are not required to register CUT&PASTE.  It is not EXPIREware or
  35. CRIPPLEware.  It does have a 15 second pause at the start of both
  36. CUT.EXE and PASTE.EXE if it is not registered.  Registration is very
  37. reasonable.  All I ask for is a $5.00 donation showing your support
  38. of CUT&PASTE.  Registered users will be able to call my board and 
  39. download their registered copy of CUT&PASTE.  I will call you voice with
  40. the number, as it may be chinging soon. Or, if you are a SysOp,
  41. and are running a BBS in FIDO with at least a 9600 baud modem, I 
  42. will send the registered version to your system via CRASH mail.
  43. Or, for a small extra fee, I will send you the registered version on
  44. disk.  Please read REGFORM.TXT for information on how to register.
  45.  
  46. This program has been tested on compressed archives, executables, and
  47. data files of various types.  Once PASTE'd back together, these files
  48. are identical to the original.  They work perfectly, and using the DOS
  49. COMP command, I have found them to be flawless when compared to the 
  50. original.
  51.  
  52. DISCLAIMER!
  53. Though this software has been tested thoroughly, I, Jason LeMay, am in no
  54. way responsible for damage of any type incurred from use of this software.
  55. By using this product, you agree to accept any and all responsibility for 
  56. any damges.
  57.  
  58. WARNING!
  59. As with any software which makes use of the file system of your computer,
  60. you should take proper precautions of backing up the files you are planning
  61. to use this software on.  While I have experienced no problems with it,
  62. I cannot gaurantee that you will not have any either.
  63.  
  64. This is the first public release for CUT&PASTE, to be termed CNP from this
  65. point on.
  66.  
  67. System Requirements:
  68. This program is so small and simple, it should work on just about any
  69. IBM or clone system.  It was programmed on a 486SX running DOS 6.2.
  70. It uses very little memory (should be under 100k).  If you do
  71. happen to encounter problems with it, please let me know.  See the end of 
  72. the document for information on how to contact me.
  73.  
  74.  
  75.  
  76. How to use it!!!!!!!
  77.  
  78. CNP is very easy to use.  It is made up of two executable files:
  79. CUT.EXE and PASTE.EXE.
  80.  
  81. I recommend putting these files into a directory somewhere in your
  82. PATH.  If you do not know how to do this, look at the following example:
  83.  
  84. Make a directory called UTIL, i.e., MD C:\UTIL
  85. COPY the CUT.EXE and PASTE.EXE into the C:\UTIL
  86. (UTIL is only an example, you can use any directory on your
  87. system)
  88. Then, in your AUTOEXEC.BAT place the following line:
  89. PATH=C:\UTIL;C:\DOS;
  90. etc, separating each directory name with a semicolon.  You can
  91. now execute CUT.EXE and PASTE.EXE from any directory on your computer.
  92.  
  93. To cut a file, just type the following line:
  94.  
  95. CUT FILENAME SIZE
  96.  
  97. FILENAME is the name of the file being cut.  If it is in a directory
  98. other than the current directory, be sure to include the full PATH to
  99. the filename. The full PATH is ONLY required if the file being cut is
  100. in a directory other than the current directory.
  101.  
  102. SIZE is the size, in kilobytes, that you wish each chunk to be. 
  103. Remember, 1 kb is 1024 bytes.
  104.  
  105.  
  106. When you cut a file, it will take the first 4 characters of the filename
  107. and add the number of the file, along with the extension ".CUT".  It will
  108. then create a control file with the extension ".CTL".  For example, if
  109. you are processing PROGRAM.EXE, and it is being cut into 5 smaller files,
  110. the program will create the following files:
  111.  
  112. CUT PROGRAM.EXE 200  > The command line to cut PROGRAM.EXE into 200k chunks.
  113.  
  114. PROG-0.CUT \
  115. PROG-1.CUT  \
  116. PROG-2.CUT   > PROGRAM.EXE in chunked format.
  117. PROG-3.CUT  /
  118. PROG-4.CUT /
  119. PROG.CTL  --> The control file required to re-paste PROGRAM.EXE.
  120.  
  121. You are limited to 1000 chunks.
  122.  
  123. PASTE.EXE:
  124.  
  125. To paste ".CUT" files back together, the command line is:
  126.  
  127. PASTE FILENAME
  128.  
  129. where FILENAME is the name of the ".CTL" file WITHOUT the extension.
  130. In the above example with PROGRAM.EXE, to re-paste the chunks do the 
  131. following:
  132.  
  133. Make sure that ALL of the chunks are in the current directory.
  134. Make sure that the ".CTL" is in the current directory with the chunks.
  135.  
  136. IMPORTANT!!!!!!! If the CTL file is PROG.CTL, ALL of the chunks MUST
  137. begin with PROG followed by the number of the chunk, followed by the
  138. extension ".CUT".
  139.  
  140. Next, type:
  141. PASTE PROG
  142.  
  143. Paste will then process the CTL file and all chunks of the program, so long
  144. as the names have not been altered and the numbers are correct.
  145.  
  146.  
  147. That is all there is to running CUT&PASTE!
  148.  
  149.  
  150.