To make RAWRITE format floppy images and copy them
to floppies, you can use HD-COPY 2.5E. It is freeware
with TUI interface. It works under real mode DOS and
all Windows versions, including Windows 7. I did not
test it under Windows 8.
Its IMG format is RAWRITE type (uncompressed raw
diskette image having HEX EB at offset 0). HD-COPY
uncompressed IMG, WinImage, UltraISO, and PowerISO
uncompressed IMA, Virtual PC VFD, VMWare FLP, and
MagicISO BIF images are identical by contents.
For boot sectors handling you can use Bart's MakeBoot
2.0. It supports floppy images, so you can use it
without diskette unit. I made 2.88 MB bootable
floppy image using MakeBoot, but I do not have 2.88
MB diskette unit.
There is no SYS utility in Windows XP, so I had
to download DataLight ROM-DOS 4.20.1594 Single User
Version (last freeware version). It has SYSXP.EXE
for Windows XP.
If you use Total Commander, maybe this section of
my multiarc.ini will help
; -----------------------------------------------------------------------
; TC MultiArc config addon for diskette images
; UnDDI 1.04 MultiArc Release 18.01.06 Copyright (c) Mariusz Borkowski
; http://www.ii.pw.edu.pl/~borkowsm/files/unddi104.zip
; Mariusz's original version of UnDDI doesn't work with MultiArc because
; it doesn't support paths.
; A version of UnDDI working with MultiArc (compiled by Mariusz) can be
; found at http://www.famlehm.de/deleteme/tychobarfy/files/unddi.zip
; (This addon corrected by Mirko Vojvodic)
; -----------------------------------------------------------------------
;
[DiskDupe 3 and 4 Image]
ID=49 4D 00,EB
IDPos=0,9216
; All DiskDupe 3 and 4 images have ID=49 4D 00 at IDPos=0. They also have
; ID=EB at IDPos 9216 (9216 dec=2400 hex) except DiskDupe 3 7.10 images.
; Tested with DiskDupe Pro 3.30, DiskDupe Pro 4.04, and DiskDupe 3 Pro
; 6.00, 7.00, and 7.10 (all for DOS)
Extension=ddi
Description="UnDDI 1.04 MultiArc Release 18.01.06"
Archiver=%COMMANDER_PATH%\UTILS\UNDDI.EXE
IgnoreErrors=0
SearchForUglyDirs=0
Start="^---------------------------------------"
End="^---------------------------------------"
Format0="nnnnnnnnnnnnn zzzzzzz yyyy-tt-dd hh:mm"
List=%P l %aQA
Extract=%P e -oy %aQA
ExtractWithPath=%P x -oy %aQA
SkipLIST=1
Debug=0
;
[DiskDupe 5 Image]
ID=4D 53 44 20 49 6D 61 67 65 20,EB
IDPos=0,1280
; All DiskDupe 5 images have ID=4D 53 44 20 49 6D 61 67 65 20
; ie. text (blank is hex 20) M S D I m a g e
; at IDPos=0 and ID=EB at IDPos=1280 (1280 dec=500 hex)
; Tested with DiskDupe 5.0 and 5.1 for DOS
Extension=ddi
Description="UnDDI 1.04 MultiArc Release 18.01.06"
Archiver=%COMMANDER_PATH%\UTILS\UNDDI.EXE
IgnoreErrors=0
SearchForUglyDirs=0
Start="^---------------------------------------"
End="^---------------------------------------"
Format0="nnnnnnnnnnnnn zzzzzzz yyyy-tt-dd hh:mm"
List=%P l %aQA
Extract=%P e -oy %aQA
ExtractWithPath=%P x -oy %aQA
SkipLIST=1
Debug=0
;
[SH-CopyStar Image]
ID=EB,EB 3C 90 43 6F 70 79 53 74 61 72
; C o p y S t a r
; Tested with SH-CopyStar 4.31 and 4.31B
IDPos=168
Extension=csi
Description="UnDDI 1.04 MultiArc Release 18.01.06"
Archiver=%COMMANDER_PATH%\UTILS\UNDDI.EXE
IgnoreErrors=0
SearchForUglyDirs=0
Start="^---------------------------------------"
End="^---------------------------------------"
Format0="nnnnnnnnnnnnn zzzzzzz yyyy-tt-dd hh:mm"
List=%P l %aQA
Extract=%P e -oy %aQA
ExtractWithPath=%P x -oy %aQA
SkipLIST=1
Debug=0
;
[IBM MIF Diskette Image]
ID=EB
IDPos=560
Extension=mif
Description="UnDDI 1.04 MultiArc Release 18.01.06"
Archiver=%COMMANDER_PATH%\UTILS\UNDDI.EXE
IgnoreErrors=0
SearchForUglyDirs=0
Start="^---------------------------------------"
End="^---------------------------------------"
Format0="nnnnnnnnnnnnn zzzzzzz yyyy-tt-dd hh:mm"
List=%P l %aQA
Extract=%P e -oy %aQA
ExtractWithPath=%P x -oy %aQA
SkipLIST=1
Debug=0
;
[DSK Diskette Image]
ID=EB
IDPos=512
Extension=dsk
Description="UnDDI 1.04 MultiArc Release 18.01.06"
Archiver=%COMMANDER_PATH%\UTILS\UNDDI.EXE
IgnoreErrors=0
SearchForUglyDirs=0
Start="^---------------------------------------"
End="^---------------------------------------"
Format0="nnnnnnnnnnnnn zzzzzzz yyyy-tt-dd hh:mm"
List=%P l %aQA
Extract=%P e -oy %aQA
ExtractWithPath=%P x -oy %aQA
SkipLIST=1
Debug=0
;
[Raw Diskette Image]
ID=EB
IDPos=0
Extension=bif,flp,ima,img,vcp,vfd
; All raw diskette images have ID=EB at IDPos 0, except
; HD-COPY 2.x compressed IMG images which have it at IDPos=187
; (187 dec=BB hex)
; HD-COPY 2.x by Oliver Fromme makes compressed IMG images
; by default. Such images are not supported by this MultiArc
; addon. To make uncompressed IMG images one has to use
; command line switch /I- or use this switch in HD-COPY.CFG
; to make that option permanent (the letter I must be uppercase).
;
; RAWRITE and other DOS and Linux raw floppy image utilities
; always produce uncompressed IMG images.
;
; HD-COPY uncompressed IMG, WinImage, UltraISO, and PowerISO
; uncompressed IMA, Virtual PC VFD, VMWare FLP, and MagicISO BIF
; images are identical by contents.
;
; WinImage IMZ images are not supported. They have to be unzipped
; and then they can be unpacked by this MultiArc addon.
;
; Moenkemeier's VGA-COPY 6.xx compresses its VCP images using
; ARJ if it can find ARJ.EXE in the PATH. Both uncompressed and
; compressed VCP images have VCP extension. To make uncompressed
; VCP images you have to make ARJ unavailable to VGA-COPY.
; Only uncompressed VCP images are supported by this MultiArc
; addon, so compressed ones have to be unarchived previously using
; ARJ.
Description="UnDDI 1.04 MultiArc Release 18.01.06"
Archiver=%COMMANDER_PATH%\UTILS\UNDDI.EXE
IgnoreErrors=0
SearchForUglyDirs=0
Start="^---------------------------------------"
End="^---------------------------------------"
Format0="nnnnnnnnnnnnn zzzzzzz yyyy-tt-dd hh:mm"
List=%P l %aQA
Extract=%P e -oy %aQA
ExtractWithPath=%P x -oy %aQA
SkipLIST=1
Debug=0 |