Advertisement
Guest User

E0X.ENG

a guest
Jan 28th, 2021
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.24 KB | None | 0 0
  1.  
  2. documentation for E0X
  3. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  4.  
  5. liability,warranty
  6. ══════════════════
  7.  
  8. If you use this program, i am not responsible for the damages
  9. you cause. I have tryed to make my programs error-free...
  10. E0X can used free of charge.
  11.  
  12.  
  13. description
  14. ═══════════
  15.  
  16. ■ this program emulates floppy disks in floppy drives.
  17.  
  18. ■ it can load and save several formats from/to files.
  19.  
  20. ■ i have developed this program to do easy installation of
  21. programms from harddisk, CD or other storage media.
  22.  
  23. ■ it is a shell - not a tsr - you can unload E0X by simply
  24. exit the executed program.
  25.  
  26. ■ you can use E0X as a fast storage.
  27. ( similar to Ramdisk/VDisk/Ramdrive)
  28.  
  29. ■ a diskchange is possible : whith F11/F12 keys you can
  30. switch to the next/previos disk image.
  31.  
  32. ■ to be fast E0X loads the entire disk image in XMS memory.
  33.  
  34. ■ the emulation works on interrupt $13/$40
  35. ( see tested programs chapter "Getestete Programme" in e0x.deu )
  36.  
  37.  
  38. installation
  39. ════════════
  40.  
  41. 1. copy all files in an subdiretory of your harddisk.
  42.  
  43. e.g.: C:\EXTRA\E0X\
  44.  
  45. 2. run E0X_EIN
  46.  
  47.  
  48. usage
  49. ═════
  50.  
  51.  
  52. E0X (drive) (image file) (write back) (XMS) (programm [parameter] )
  53.  
  54. drive: A or B ( or try A!, B! if problems exist )
  55. ──────
  56.  
  57. image file: uncompressed (!) image of an floppy disk created by
  58. ───────────
  59.  
  60. ■ HD-Copy 2.0a / O.Fromme
  61. ■ VGA-Copy 6.X / T. Mönkemeier
  62. ■ FastCopy / Central Point
  63. ■ FastPacket / O. Weindl 1.2,1.4
  64. ■ DiskCopy / Novell Dos 7, DR-Dos
  65. ■ SaveDskF/Loaddsk [ with parameter /N ]
  66. ■ Rawrite
  67. ■ VMDisk ( OS/2 )
  68. ■ Disk Copy Fast 5.1
  69. ■ DiskDupe Trial 4,5.1
  70. ■ Disk eXPress 2.3 ( /a /n )
  71. ■ WIMAGE / Christoph Hochstätter
  72. ■ UCOPY / Pierre van Wyngaard
  73. ■ PMFloppy / Greg Bryant
  74. ■ EZ-DiskCopy Pro
  75. ■ CopyQM 3.24 / Sydex
  76. ■ DISK-EMU / Carlos Fernández Sanz [with/without CRC,RAW]
  77. ■ EZ-Copy PRO/Plus / EZX Corp
  78. ■ EZ-DisKlone Plus / EZX Publishing
  79. ■ SCopy ( DOS and OS/2, do not use /C )
  80. ■ AST Diskfile
  81. ■ PC-MAG 2DISK/2FILE
  82. ■ EMTCOPY / IBM
  83. ■ Disk eXpress / Albert J. Shan
  84. ■ Floppy-Copy
  85. ■ 1PASS
  86. ■ CISCOPY
  87. ■ Blitzcopy
  88. ■ DDUMP.EXE
  89. ■ DIM 1.4.A
  90. ■ Disk-Factory
  91. ■ ...
  92.  
  93.  
  94. if you select for then disk image file the name INST_0°1_07.IMG
  95. INST_01_07.IMG would be the first image ,
  96. INST_02_07.IMG the second and so on ...
  97.  
  98.  
  99. write back:
  100. ───────────
  101.  
  102. 0: E0X emulates the disk write protected.
  103.  
  104. 1: E0X emulates the disk not write proteced but saves the changes
  105. not back to the image file on exit.
  106.  
  107. 2: E0X emulates the disk not write proteced and saves the changes
  108. back to the image file on exit.
  109.  
  110. warning:
  111. E0X saves uncompressed or in its own format.
  112. (acording to source file) !
  113.  
  114. E0X saves not in format from DiskDupe, MakeDskf, VMDisk, ...
  115. old images will be overwritten !
  116.  
  117.  
  118. XMS: how many KB XMS memory E0X schould allocate at lest ?
  119. ────
  120.  
  121. E0X tryes automaticly to allocate more memory if needed
  122. for standard usage simply use 0
  123.  
  124. programm: the program executed by E0X with its parameters
  125. ─────────
  126.  
  127. give full name for this program or choose the walue of %COMSPEC%.
  128. if you exit this program e0x will unload itself.
  129. Wenn Sie (Programm) beenden, kehren Sie zu E0X zurück.
  130. please remove before all loaded resident programs.
  131.  
  132.  
  133.  
  134. example: E0X A ANCIENT.IMG 2 0 C:\DOS\DISKOPT.EXE A: /O /Sa /M2
  135. ─┬─ ┬ ──┬──────── ┬ ─ ───────┬────────── ───────┬─────
  136. │ │ │ │ │ │
  137. load E0X ─┘ └─────────┐ │ │ │
  138. │ │ │ │ │
  139. with ANCIENT.IMG ┘ │ │ │ │
  140. │ │ │ │
  141. for drive A: ──────────┘ │ │ │
  142. │ │ │
  143. let DISKOPT work ──────────│──────────┴──────────────────┘
  144. and write the result back to disk if finished.
  145.  
  146.  
  147.  
  148. restrictions
  149. ════════════
  150.  
  151. This program fails if the executed program directliy program the
  152. floppy controller.
  153. But this should only be extra fast disk copy programms.
  154.  
  155. in an PC-configuration without an second floppy drive E0X is unable
  156. to use drive B:. You can register an second floppy drive in your
  157. BIOS setup.
  158.  
  159. E0X ist not limited to fat-formated images but the batch files E0A.BAT
  160. and E0B.BAt checks the disk to avoid errors with corrupt images.
  161.  
  162. In this case or if E0X.COM can not determine the correct type of the
  163. image use PACKUNG.EXE to produce the an extended disk image.
  164. (* linux Ext FS 2 , ... *)
  165.  
  166.  
  167. tested programs ... see "Getestete Programme" in e0x.deu.
  168. ═══════════════════
  169.  
  170.  
  171. border colors
  172. ═════════════
  173.  
  174. produced by E0X.COM to indicate what corrently happens.
  175.  
  176.  
  177. solve
  178. yellow (14) = read
  179. red (12) = read error give correct name of image
  180. green ( 2) = write back
  181. brown ( 6) = write back error file attributes, more disk space
  182. blue ( 1) = XMS-error configure more memory
  183. cyan (11) = access to wrong sectors uses Packung.EXE
  184. withe (15) = reset disk cache
  185.  
  186.  
  187.  
  188. E0A.BAT E0B.BAT NC!.BAT OPT.BAT OPT!.BAT
  189. ════════════════════════════════════════════
  190.  
  191. for lazy users !
  192.  
  193. ■ E0A/E0B
  194.  
  195. e0a (image file)
  196. or in worst case:
  197. e0a (image file) (write back)
  198.  
  199. E0A.BAT / E0B.BAT run E0X.COM for drive A:/B: and let run
  200. your command processor NC!.BAT.
  201.  
  202. NC!.BAT chacnges to drive A:/B: and runs NC.EXE
  203.  
  204. the F10 key will end end NC and E0X.
  205.  
  206. ■ OPT
  207.  
  208. to test the disk integrity, virus scan and cluster defragment.
  209.  
  210.  
  211. E0X_EIN creates all these batch files for you !
  212.  
  213.  
  214.  
  215. 0360.ARJ ······ 2880.ARJ
  216. ════════════════════════
  217.  
  218. these archive files contain empty disk images.
  219.  
  220. the disk images can direcly used with E0X, HD-COPY, VGA-COPY,
  221. Rawrite, 2mcopy ...
  222.  
  223.  
  224. DISKCOPY.ARJ
  225. ════════════
  226.  
  227. In this archive i have stored support files for use with
  228. Diskcopy from Novell.
  229.  
  230. usage: COPY /B (source image) + (size of source in KB).DIS (target file)
  231.  
  232. The produced file then used with DiskCopy and DiskComp.
  233.  
  234.  
  235. VMDISK.ARJ
  236. ══════════
  237.  
  238. In this archive i have stored support files for use with
  239. the disk emulator in OS/2 ( VMDISK ) .
  240.  
  241. usage: COPY /B (size of source).VMD + (source image) (target file)
  242.  
  243.  
  244. E0X_EIN.EXE
  245. ═══════════
  246.  
  247. this program creates the batch files E0A.BAT, E0B.BAT und NC!.BAT
  248. in an directory of your choice.
  249.  
  250.  
  251. Packung.EXE
  252. ═══════════
  253.  
  254. this program converts normal disk images to extended images with
  255. extra informations.
  256. uses this program if E0X.COM can not determine the size of an
  257. disk image with an virus infected bootsector or if you have
  258. installation disks with some hidden extra secors.
  259. in other cases you will not need this program.
  260.  
  261.  
  262. changes: see "Veränderungen" in e0x.deu.
  263.  
  264. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement