I need to make an image of a floppy disk containing Dos drivers to use in VirtualBox. Is there to do it in the Win98 command line environment?

link|improve this question

60% accept rate
The odds are better on the OS that's hosting VirtualBox. What are you using? It's a one-liner on Linux/Mac. – Ken Oct 4 '11 at 2:41
@Ken - MacBook Pros don't have floppy drives. That kinda kicks out the one-liner option. – Brandon Lebedev Oct 4 '11 at 3:01
I tried WinImage, and it worked great, but it's trialware. I'd still like if someone could come up with a script that could do the WHOLE operation in the Win98 Command Line. – Brandon Lebedev Oct 4 '11 at 3:10
Yeah, that occurred to me fifteen seconds later. They still make USB floppy drives? :) – Ken Oct 4 '11 at 3:48
feedback

1 Answer

Do you need to boot the virtual machine from the floppy?

If not, it should be sufficient to just copy the files and folders from the floppy into a folder of the virtual machine (via shared folders or network file sharing). Then when you're in the virtual machine you can bring up its command line and run the driver setup files (or add references to the driver in CONFIG.SYS and/or AUTOEXEC.BAT, if that's what it requires).

link|improve this answer
Nope. I don't need a bootable. I'd rather e-mail the files than network them in Win98, though. – Brandon Lebedev Oct 4 '11 at 3:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.