First post, by haskox
haskox
Offline
Rank
Newbie
Hi,
I do not know where to post this problem. I tried to solve it myself but did not find a way.
I have an DOS program running on WIN7. I need to run it fullscreen. This is why I want to use DOSBOX.
Users should just click on icon and get program running the way it used to.
But program must run in folder C:\RECEPCIA\ and program must have an access to whole disk C:\.
Very simple DOS COMMANDS:
C:
CD\RECEPCIA
RECEPCIA.EXE
CD\
It should run fullscreen and after program ends DOS BOX should close itself.
Thank you.