Penguin
Annotated edit history of RaWrite version 1, including all changes. View license author blame.
Rev Author # Line
1 AristotlePagaltzis 1 RaWrite is an [MS-DOS] utility similar to dd(1) which allows writing a disk image file to a diskette.
2
3 It interactively asks for the path to a disk image and for a disk drive to write the image to. Assuming the RaWrite binary is located in the __C:\dosutils\__ directory, a typical session might look like this:
4
5 C:\dosutils> __rawrite__
6 Enter disk image source file name: __D:\images\scsinet.img__
7 Enter target diskette drive: __a:__
8 Please insert a formatted diskette into drive A: and press
9 --ENTER-- :
10
11 In this example, once you pressed enter, you'd get the file __D:\images\scsinet.img__ written to the floppy in A:. You will then get a message indicating whether your disk was created successfully.
12
13 Those who prefer [GUI]s may want to use [Winrawrite | http://uranus.it.swin.edu.au/~jn/linux/] instead.
14
15 ----
16 CategoryDiskNotes