VOGONS


sharing a drive/folder

Topic actions

First post, by turbochris

User metadata
Rank Newbie
Rank
Newbie

I have a program that runs great in DosBox. Sometimes I have to add some files to a directory in that program but I have to do it through Win XP as XP gives me USB and network access. is there a way to make a folder, that when something is placed inside via XP, DoxBox will see it without having to restart the program? The files i need to trnasfer are small, usually on a floppy, I tried to mount a folder as a floppy drive but it didn't work.

Thanks

Reply 1 of 3, by leileilol

User metadata
Rank l33t++
Rank
l33t++

Pressing CTRL-F4 will refresh the directory/file list

apsosig.png
long live PCem
FUCK "AI". It is a tool of fascism. We do not need it. We do not use it.

Reply 2 of 3, by VileR

User metadata
Rank l33t
Rank
l33t

or, if you want to do it in a batch file, the command is "rescan".

[ WEB ] - [ BLOG ] - [ TUBE ] - [ CODE ]

Reply 3 of 3, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

I tried to mount a folder as a floppy drive but it didn't work.

Perhaps you didn't mount correctly, because it should work.

Examples:
mount a a:\ -t floppy (to mount a real floppy drive as a floppy)
mount a c:\folder -t floppy (to mount a hard drive folder as a floppy)

A floppy mount has the advantage that it doesn't need to be rescanned for DOSBox to notice when new files are externally placed there.