home *** CD-ROM | disk | FTP | other *** search
/ ftp.smartversion.com / 2015-02-03.ftp.smartversion.com.tar / ftp.smartversion.com / extrac21.zip / EXTRACT.TXT < prev    next >
Text File  |  1996-08-19  |  7KB  |  185 lines

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