First post, by elior77
Hey !
I have an old special text editor, I would like to be able to open any file with this editor in dosbox...
I noticed that when I double click a file(lets call it prn) and associat it with dosbox, dosbox will mount the file path and try to run the file.
This is great but I need to open this file with this old special editor (that will run in win7 fullscreen only with dosbox
what dosbox does when double click on a prn file:
mount prn file path
try to run the prn file
what I would like to happen double click on a prn file:
mount prn file path
run a.exe filename.prn
a.exe = the editor
Thanks !