Fixed some batch files that still tried to call Euphoric directly.
@@ -1,6 +1,5 @@ | ||
1 | 1 | @ECHO OFF |
2 | 2 | |
3 | - | |
4 | 3 | :: |
5 | 4 | :: Initial check. |
6 | 5 | :: Verify if the SDK is correctly configurated, |
@@ -12,14 +11,12 @@ | ||
12 | 11 | :: |
13 | 12 | CALL osdk_config.bat |
14 | 13 | |
15 | - | |
16 | 14 | :: |
17 | -:: Run Euphoric using the common batch | |
15 | +:: Run the emulator using the common batch | |
18 | 16 | :: |
19 | -CALL %OSDK%\Euphoric\osdk_euphoric.bat | |
17 | +CALL %OSDK%\bin\execute.bat | |
20 | 18 | GOTO End |
21 | 19 | |
22 | - | |
23 | 20 | :: |
24 | 21 | :: Outputs an error message about configuration |
25 | 22 | :: |
@@ -1,6 +1,5 @@ | ||
1 | 1 | @ECHO OFF |
2 | 2 | |
3 | - | |
4 | 3 | :: |
5 | 4 | :: Initial check. |
6 | 5 | :: Verify if the SDK is correctly configurated, |
@@ -12,14 +11,12 @@ | ||
12 | 11 | :: |
13 | 12 | CALL osdk_config.bat |
14 | 13 | |
15 | - | |
16 | 14 | :: |
17 | -:: Run Euphoric using the common batch | |
15 | +:: Run the emulator using the common batch | |
18 | 16 | :: |
19 | -CALL %OSDK%\Euphoric\osdk_euphoric.bat | |
17 | +CALL %OSDK%\bin\execute.bat | |
20 | 18 | GOTO End |
21 | 19 | |
22 | - | |
23 | 20 | :: |
24 | 21 | :: Outputs an error message about configuration |
25 | 22 | :: |
@@ -14,8 +14,6 @@ | ||
14 | 14 | :: |
15 | 15 | :: Run the emulator using the common batch |
16 | 16 | :: |
17 | -SET OSDKDISK=resource.dsk | |
18 | -set OSDKEMUL=EUPHORIC | |
19 | 17 | CALL %OSDK%\bin\execute.bat |
20 | 18 | GOTO End |
21 | 19 |