Hello
I have Windows 10 and I was facing keyboard problem in Turbo C++. "+" , "=" , etc keys were not working in Turbo C++.
So in order to solve this problem I have to do following steps :-
1) Open CMD as administrator
2) Run this command :- cd C:\TURBOC3\Turbo C++\DOSBox-0.74 ..............[Press Enter]
3) Run this command :- set sdl_videodriver=windib
dosbox.exe .........................[Press Enter]
4) Close CMD.
As you can see I have to do these following steps everytime I want to use the Turbo C++. So my question is that can I make a script or a programs that runs these steps when I run the program made by me.
For better understanding :-- Example :--- When I run Turbo C++ it opens dosbox, locate turbo.exe and runs it in dosbox actomatically and we are good to go. So my question is that how to make a program that runs the 4 steps I mentioned above automatically so I don't have to copy-paste and run this commands everytime. I hope you were able to understand my point ��. Thankyou. ��

