Remix.run Logo
brewmarche 2 hours ago

I thought MS-DOS had special handling for A: and B: since it allowed you to copy from A: to B: even with just one floppy drive.

jasomill an hour ago | parent | next [-]

It does.

https://github.com/microsoft/MS-DOS/blob/2d04cacc5322951f187...

dspillett an hour ago | parent | prev [-]

Yes, it did, or something did (maybe the individual commands rather than it being through the OS). I'd completely forgotten about that…

jasomill an hour ago | parent [-]

Both of these things are true: commands like diskcopy have special handling to allow the same drive to be used as both source and destination, and the DOS I/O has special handling to request disk changes from A: to B: on single-drive systems for programs that lack specific support.