home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / fr / copyvit / extrac20.exe / EXTRACT.TXT < prev    next >
Text File  |  1994-01-07  |  7KB  |  184 lines

  1. Extract 2.00
  2.  
  3. NOTE :
  4. EXTRACT is now freeware. You can distribute EXTRACT (but include and don't
  5. modify this EXTRACT.TXT) on BBS, french minitel server, CDROM.
  6. YOU CAN NOW GIVE EXTRACT WITH COMMERCIAL PRODUCT. If you put disk image on a
  7. commercial CDROM (like Microsoft Windows 3.1 DDK), you can give extract.
  8.  
  9. There is 4 files. If you distribute Extract, you must distribute at least one .EXE
  10. and EXTRACT.TXT.
  11. EXTRACT.EXE : MSDOS version
  12. EXTRACNT.EXE : Win32 console version for NT Intel.
  13. EXTRACT.TXT : this file 
  14. FILE_ID.DIZ : file for BBS
  15.  
  16. ------------------------------------------------------------------------------
  17. FOR BBS:
  18. FILE_ID.DIZ content is :
  19. EXTRACT 2.0: Extracting files from disk image
  20. With PKUNZIP UNARJ like syntaxe, you can
  21. extract file from floppy image created by
  22. WinImage (same author), DCF, DF, Sabdu,
  23. and a lot of disk copy tool which make
  24. disk image. Versions for DOS and for NT.
  25. You can create image and inject file on it.
  26. NOW FREEWARE!
  27.  
  28. ------------------------------------------------------------------------------
  29.  
  30. Extracting file from disk image
  31. Extract is a file in disk image extraction utility. An image is a file which 
  32. contains all the floppy data (file, FATs, boot sector, directory...). You can 
  33. create an image file with WinImage (a Windows 3.1 or Windows NT 
  34. shareware I wrote which create and manage image file, and has a large
  35. superset of Extract functionnality) and a lot of Dos based disk copy 
  36. utility : Wimage (in FdFormat utility) from C.H. HochstΣtter, DrDos 6 and 
  37. OS/2 2.x diskimage utility, DCF (Disk Copy Fast) from Chang Ping Lee, 
  38. CopyVit from Sebastien Chatard, DF (Disk Image File Utility) from Mark Vitt, 
  39. Super-DiskCopy from Super Software, SabDu from S.A. Berman, 
  40. Disk-RW from K. Hartnegg, DiskDupe (from Micro System Design), internal disk 
  41. image utility from Microsoft and Lotus and MFMT sample Windows NT application 
  42. on the Windows NT SDK.
  43.  
  44. 80 % of the diskcopy tools which can make image I test are compatible 
  45. with Extract and WinImage.
  46.  
  47.  
  48. Using Extract
  49.  
  50. Run Extract without parameters, and you see this :
  51. ------------------------------------------------------------------------------
  52. Extract NT - Extract file in wImage - V 2.00 (c) 1991-94 Gilles Vollant
  53.  
  54.  
  55. Usage:
  56.       Extract -l <file> [<Files names>]             List file in an image
  57.       Extract -e <file> [x:outpath] [<Files names>] Extract files
  58.       Extract -x <file> [x:outpath] [<Files names>] eXtract files with pathname
  59.       Extract -i <file> [<Files names>] [-Fnnn]     Inject files on an image
  60.  
  61.        Using -oe or -ox instead -e or -x extract Overwriting existing files
  62.        Using -it instead -i Truncate unused image part
  63.        -Fnnn : size of image you want create (360,720,120,144,172,288...)
  64.  
  65.  
  66. Utilities from Gilles VOLLANT - 13 rue Mansart 91540 MENNECY - FRANCE
  67. Internet : 100144.2636@compuserve.com
  68.  
  69.  
  70. Extract is a freeware, but if you like this software, you can send me
  71. $20 or 100 French Francs, and I send you WinImage, a very powerful
  72. Windows 3.1 and Windows NT shareware I wrote with a superset of 
  73. Extract functionnality.
  74. ------------------------------------------------------------------------------
  75.  
  76.  
  77. Extract syntax is based on PKZIP/PKUNZIP and ARJ model.
  78. First parameter must be -i, -it, -l, -e, -o, -x, -oe or -ox. If the first 
  79. parameter is the image filenale, the -l (list option) is selected.
  80. Second parameter is the image filename. You can use wildcard with 
  81. Joker, and Extract use all the file it find with this joker.
  82. Third parameter is optionnal. It is the location where you want extract 
  83. your file. You must begin this parameter with x:, where x is the drive. If 
  84. you give only subdirectory name, extract don't consider it as a extract 
  85. location information.
  86.  
  87. And after (if first is not -i or -it), you can specify somes wildcard 
  88. for choose files in images. You don't specifiy it, Extract use all 
  89. file in the image. If first is -i or -it, they specifie file you want 
  90. inject in image. (or -Fxxx to specifie the format of the image you want build)
  91.  
  92. Exemples :
  93. We are in the C:\REP1 subdirectory, and we created C:\REP2 
  94. subdirectory. In C:\REP1; we have DISK1.IMA and DISK2.IMA 
  95. created with WinImage.
  96.  
  97. DISK1.IMA is the image of a floppy with this files:
  98. DOC1.TXT
  99. DOC1.DOC
  100. DOC1A.TXT
  101.  
  102. DISK2.IMA is the image of a floppy with this files:
  103. DOC2.TXT
  104. DOC2.DOC
  105. DOC2A.TXT
  106. a subdirectory named DOC2R and which contain:
  107. DOC2R\DOC2B.TXT
  108.  
  109.  
  110. if we launch:
  111. EXTRACT -L DISK?.IMA
  112. Extract list the directory of the DISK1.IMA and DISK2.IMA image.
  113.  
  114. EXTRACT -E DISK?.IMA
  115. Extract create the files C:\REP1\DOC1.TXT, C:\REP1\DOC1.DOC, 
  116. C:\REP1\DOC1A.TXT, C:\REP1\DOC2.TXT, C:\REP1\DOC2.DOC, 
  117. C:\REP1\DOC2A.TXT, C:\REP1\DOC2B.TXT.
  118.  
  119. EXTRACT -X DISK?.IMA
  120. Extract create the directory C:\REP1\DOC2R and the files 
  121. C:\REP1\DOC1.TXT, C:\REP1\DOC1.DOC, C:\REP1\DOC1A.TXT, 
  122. C:\REP1\DOC2.TXT, C:\REP1\DOC2.DOC, C:\REP1\DOC2A.TXT, 
  123. C:\REP1\DOC2R\DOC2B.TXT.
  124.  
  125. EXTRACT -X DISK?.IMA C:\REP2 *.DOC DOC2B.TXT
  126. Extract create the directory C:\REP2\DOC2R and the files 
  127. C:\REP2\DOC1.DOC, C:\REP2\DOC2.DOC, 
  128. C:\REP2\DOC2R\DOC2B.TXT.
  129.  
  130. EXTRACT -I NEWDISK.IMA C:\CONFIG.SYS C:\COMMAND.COM -F144
  131. Extract build a new image with 1.44 Mb size, and put file
  132. CONFIG.SYS and COMMAND.COM from hard disk to this image.
  133.  
  134. EXTRACT -I DISK.IMA C:\AUTOEXEC.BAT
  135. Extract add file AUTOEXEC.BAT from hard disk to DISK.IMA.
  136.  
  137. Using -E or -X; when Extract must delete existing file, it ask confirmation. 
  138. Using -OE or -OX, it don't
  139.  
  140.  
  141.  
  142. Feedback :
  143. You can give me feedback, in french or english, at the adress:
  144. Internet adress : gilwin@email.teaser.com
  145. french BBS The Windows Manor
  146. french minitel server 3614-3615 TEASER, BAL GILWIN
  147. french minitel server 3614-3615 PICKUP, BAL GILWIN
  148. french server CALVALCOM, BAL GV44
  149.  
  150. or by letter to :
  151. Gilles Vollant
  152. 13, rue Mansart
  153. 91540 Mennecy
  154. France
  155.  
  156. If you want download WinImage or the last Extract :
  157. - Try IBMHW (disk util library) or WINSHARE (disk util or Win NT util
  158. library) compuserve forum.
  159. - On the BBS The Windows Manor, with these phone number (Paris, France)á:
  160. (33á1)á42437852, (33á1)á42432618 or (33á1)á42432458. Enter "J 25" 
  161. command to go on the WinImage area. You can download Extract, WinImage 
  162. or send me a message.
  163.  
  164. ------------------------------------------------------------------------------
  165. Few word about WinImage.
  166.  
  167. The WinIma12.ZIP file_id.diz is :
  168. *WINIMAGE 2.00:POWERFUL WINDOWS DISK COPY TOOL
  169. *--> RUN IN BACKGOUND, WORK ON DISK IMAGE <--*
  170. make disk image from floppy, extract file from
  171. image, make an empty image, inject file on it 
  172. and put the image on blank disk. TRUE WINDOWS 
  173. APP: Toolbar,status Bar,3D-look, drag & drop 
  174. client and server. 2 versions: for Windows 3.1 
  175. and for WINDOWS NT. Change image format,defrag,
  176. delete file on it, Batch assistant.
  177.  
  178. WinImage is a very powerful utility. With WinImage, you can make all 
  179. that you can make with Extract, and a lot of other thing. 
  180. This interface is a true professional Windows interface.
  181. By sample, with Batch assistant, you can ask, in a dialog box, extract
  182. file DISK1.IMA to DISK10.IMA on C:\REP\DISK1\ to C:\REP\DISK10\ 
  183. directory, or inject these 10 subdirectories on 10 images.
  184.