Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

perl utility

0 views
Skip to first unread message

andy

unread,
Apr 23, 2008, 3:28:05 AM4/23/08
to
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 ?

Martijn Lievaart

unread,
Apr 23, 2008, 6:03:22 PM4/23/08
to

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

Joost Diepenmaat

unread,
Apr 23, 2008, 6:09:14 PM4/23/08
to
Martijn Lievaart <m...@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/

0 new messages