First post, by amadou
Hello
I'm running a Win 98SE machine with real hardware (no virtual machine, no emulation).
I'm trying to run some DOS games using .BAT (batch) script.
All games in question are DOS application but run fine on Win 98.
If i double click on the appropriate icon games run without any problem.
I can also sun the games in question from "Run" command line ("win+R" shortcut) using a command like this
"C:\games\gameInQuestion.exe"
without any problem.
Applications can't run from command prompt in any case (I get errors)
My problem is that I'm unable to run the same applications from a batch script.
I try:
start "C:\games\gameInQuestion.exe"
and I always get an error. The error is different every time, but mainly application refuse to run because application can't "load" some component (different for every application).
I always double-check for the "missing component" and I always find it on the appropriate directory.
So I'm quite confused...
It looks that when I double click on icon or shortcut Win98 trigger the application on a different way that when I try to run the application via .BAT (batch) script.
Any Ideas? Do I have to add something more to my .BAT (batch) script?