home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / UCFCC310.ZIP / CONCAT.ZIP / CONCAT.TXT < prev   
Text File  |  1997-12-14  |  7KB  |  172 lines

  1. ConCat/Split V3.1
  2. -----------------
  3. ConCat/Split is a Windows 95/NT4 Explorer context menu extension that 
  4. provides 2 complementary facilities:
  5.  
  6. 1. A split facility that lets you easily convert a single large file into 
  7.    several smaller ones. You can copy these smaller files onto floppy 
  8.    disks, or send them through email facilities that will not cope with 
  9.    large files.
  10.  
  11. 2. A file concatenation facility that performs the same operation as the 
  12.    command line "copy /b SrcFile1+SrcFile2 [+SrcFileN] DestnFile" 
  13.    operation. With ConCat you can append any number of files and store the 
  14.    result as a new file, or overwrite one of the original files.
  15.  
  16. ---------------------------------------------------------------
  17. ConCat - Copyright (c) 1996-1997 JD Design, All Rights Reserved
  18.  
  19. Installation
  20. ------------
  21. Note: Before installing this version it's important that you uninstall any 
  22. prior version you might have. See "Removal" below for details on how to 
  23. remove an existing version.
  24.  
  25. ConCat is supplied as a compressed file archive. Copy the compressed file 
  26. to an empty floppy disk or new sub-directory on your hard disk & extract 
  27. the files.
  28.  
  29. Note: If you extract the files to a sub-directory you must use a short 
  30. path name that conforms to the MS-DOS 8.3 file naming convention - for 
  31. example, use C:\JDUtils. If you use a long file name the installation may 
  32. not work. See the FAQ on our web site for more details.
  33.  
  34. When you have uncompressed the supplied file, you should have the 
  35. following files in addition to the original:
  36.  
  37. ConCat.dll    The ConCat Context Menu DLL
  38. ConCat.txt    This file
  39. ConCat.inf    The Setup Information File
  40.  
  41. Select the ConCat.inf Setup Information File in an Explorer window and 
  42. choose File, Install, or right click on the file and choose the Install 
  43. menu item.
  44.  
  45. Installation copies the files to the target location on your machine and 
  46. modifies relevant registry information.
  47.  
  48. ConCat is now ready to use.
  49.  
  50. How Do You Use ConCat?
  51. ----------------------
  52. 1. Split
  53. --------
  54. Select the file that you want to split in an Explorer window. Display
  55. the context menu by clicking with the secondary mouse button, or use the
  56. Explorer window's File menu. Choose the "Split File..." menu item to
  57. display the Split dialog box.
  58.  
  59. Operation of this dialog box is straight forward. The "size" radio buttons 
  60. provide you with pre-set file sizes for common floppy disk sizes, and the 
  61. option of a custom size setting.
  62.  
  63. The destination name shows the range of file names that you will get as a 
  64. result of the split operation. You can change the file name (and path) for 
  65. the destination files if you use the Change button.
  66.  
  67. To perform the split operation, press the "Split File" button.
  68.  
  69. Note: the split operation is non-destructive, it will not delete your 
  70. original file.
  71.  
  72. Operation is fast (depending only on the size of file you are splitting).
  73.  
  74. 2. Concatenate
  75. --------------
  76. Select the files that you want to concatenate in an Explorer window. Display
  77. the context menu by clicking with the secondary mouse button, or use the
  78. Explorer window's File menu. Choose the "Concatenate Files..." menu item to
  79. display the Concatenate dialog box.
  80.  
  81. Important: The selected order of the files in the Explorer window 
  82. determines the order that the files are copied. The first file is always 
  83. the one with the focus (dotted rectangle). Here's how you can ensure that 
  84. you get the files copied in the correct order:
  85.  
  86. i.   Select the first file.
  87. ii.  Hold down the shift key and click the last file that you want.
  88. iii. Release the shift key and right click on the first selected item to 
  89.      bring up the context menu.
  90. iv.  Choose the "Concatenate Files..." item to display the Concatenate 
  91.      Files dialog box.
  92. v.   The order that the files appear in the "Copy" list box, is the order 
  93.      that they will be concatenated. Ensure that this is the order that 
  94.      you want.
  95.  
  96. In an unregistered version, the default destination file name is the same 
  97. as the first selected file. If you want to alter this, change the "To" 
  98. file name before you press the OK button.
  99.  
  100. Problems?
  101. ---------
  102. See the FAQ on our web site for answers to common problems.
  103.  
  104. Registering
  105. -----------
  106. For information on registering your copy see our web pages.
  107.  
  108. When you receive your registration information, enter your registered
  109. name and number into the application's About dialog box. You must enter 
  110. the information exactly as it appears. If you purchase the set of 
  111. utilities, be sure to use the correct registration number for each 
  112. product.
  113.  
  114. Any updates to the current version are free to registered users by 
  115. downloading the latest version from our web site. Your current 
  116. registration number will continue to work with updates.
  117.  
  118. Additional Features for Registered Users
  119. -----------------------------------------
  120. 1. The ConCat dialog box has the ability to re-order the files you want to 
  121.    join, making it unimportant to select the files in the correct order in 
  122.    the first place. Select the file in the Copy list box and use the up 
  123.    and down buttons as required. The buttons respond to the keyboard 
  124.    accelerators Alt+U & Alt+D.
  125.  
  126. 2. Automatically selects the correct destination filename for files that 
  127.    are split and retain their Split/ConCat naming convention.
  128.  
  129. 3. The ability to automatically create a batch file that will rejoin the 
  130.    files easily on any MS-DOS compatible system that doesn't have 
  131.    Split/ConCat installed.
  132.  
  133. Removal
  134. -------
  135. Note: Because the Windows INF de-installer cannot currently delete files 
  136. that are loaded in memory, we recommend that you first reboot your 
  137. machine. Then, remove the component without first using it. This will 
  138. ensure that the files are correctly deleted.
  139.  
  140. Use the Control Panel, Add/Remove Programs item. Select the ConCat item 
  141. (listed as "Concatenate Context Menu Extension (Remove Only)") and click 
  142. the Add/Remove button.
  143.  
  144. Revision History
  145. ----------------
  146. V3.1 October 1997
  147.  
  148. New registration system.
  149.  
  150. Improved presentation of long items in the ConCat dialog list box - uses 
  151. the familiar ellipses notation for long paths.
  152.  
  153. Support
  154. -------
  155. We maintain a list of frequently asked questions on our web site. If you 
  156. have a technical question, please check the list there to see if you can 
  157. find an answer before contacting us via email.
  158.  
  159. We will post the latest versions of our utilities on the web site as soon 
  160. as they are available, so please take a look to keep up to date and to see 
  161. what other utilities we offer.
  162.  
  163. Web Site:    http://ourworld.compuserve.com/homepages/jdd
  164. Email:        jdd@compuserve.com
  165.  
  166. If you have any suggestions for improvements to any of our utilities, 
  167. please contact us via email. It's always good to hear from people using 
  168. our products, and we appreciate your taking the time to tell us.
  169.  
  170. Thanks
  171.    JD Design
  172.