I installed Dosbox on my ubuntu machine by using the following command
sudo apt-get install dosbox
After installation, when I open dosbox by typing the following command
dosbox
in terminal. It opens. After that, I mount a working folder which is already created using
mount c /home/myname/qbprogs
Where qbprogs is the directory already created by me as a working directory. After that, I change my directory by typing
c:
So, that is I get the prompt. C:>. After this, if I type the following
qbasic.exe
I get the following error.
Illegal Command: qbasic.exe
I have tried searching the internet but did't get any solution to this. Please help.
dir
orls
command after switching to virtual drive C: ? – Patryk Obara Dec 15 '20 at 19:59