Ich weiß das das kein Computer Forum ist

Um den Betrieb nicht zu stören bitte eine PN an mich wenn jemand so nett ist mir zu helfen.
Grüße
Moderatoren: MartiAri, BassSultan
To make the directory C:\games on your system available as the C: drive in DOSBox:
mount C "C:\games"
To mount the directory C:\floppy as disketter drive A: in DOSBox:
mount A "C:\floppy" -t floppy
To mount CD-ROM drive E: as drive D: in DOSBox:
mount D "E:\" -t cdrom
To mount the directory /home/dos/dosgames as drive C: in DOSBox:
mount C "/home/dos/dosgames"