|
Prev: FAQ 2.4 I copied the perl binary from one machine to another, but scripts don't work.
Next: Removing trailing newlines -
From: andy on 23 Apr 2008 03:28 I want to get some idea about making a USB drive DOS bootable..in windows.... I want to make a USB drive DOS bootable ..and it should be a windows utility which I want to develop in perl. Can anybody give me some idea about this ?
From: Martijn Lievaart on 23 Apr 2008 18:03 On Wed, 23 Apr 2008 00:28:05 -0700, andy wrote: > I want to get some idea about making a USB drive DOS bootable..in > windows.... > > I want to make a USB drive DOS bootable ..and it should be a windows > utility which I want to develop in perl. > > Can anybody give me some idea about this ? Not much perl related here. You need to learn about accessing raw drives, parsing partition tables, installing bootrecords, etc, etc... Once you know about these, writing the program in perl will be rather trivial. M4
From: Joost Diepenmaat on 23 Apr 2008 18:09
Martijn Lievaart <m(a)rtij.nl.invlalid> writes: > On Wed, 23 Apr 2008 00:28:05 -0700, andy wrote: > >> I want to get some idea about making a USB drive DOS bootable..in >> windows.... >> >> I want to make a USB drive DOS bootable ..and it should be a windows >> utility which I want to develop in perl. >> >> Can anybody give me some idea about this ? > > Not much perl related here. You need to learn about accessing raw drives, > parsing partition tables, installing bootrecords, etc, etc... Pretty much agreed here. FYI, if you don't *have* to use windows, linux is probably a much better choice; I wrote a few USB-bootable tools starting from sysresccd: http://www.sysresccd.org/Main_Page > Once you know about these, writing the program in perl will be rather > trivial. Also agreed. -- Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/ |