Nota
Basically `dosbox` allows to mount the local file system, so that it can be altered using DOS commands. Note that the DOS filename convention ([8.3](https://en.wikipedia.org/wiki/8.3_filename)) is used.
./dosbox --examples
Funciones y ejemplos de uso
file-read
dosbox -c 'mount c /' -c 'type c:\path\to\input'
dosbox -c 'mount c /' -c 'copy c:\path\to\input c:\path\to\output' -c exit
cat /path/to/OUTPUT
file-write
dosbox -c 'mount c /' -c "echo DATA >c:\path\to\output" -c exit
./related --binary=dosbox
Binarios relacionados
Comparten al menos una función con dosbox.