User Tools

Site Tools


x68000:installing_games_to_hard_drive

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
x68000:installing_games_to_hard_drive [2012/02/21 01:17] eidisx68000:installing_games_to_hard_drive [2012/02/21 01:23] eidis
Line 38: Line 38:
 **Combining lines from Config.sys and Autoexec.bat** **Combining lines from Config.sys and Autoexec.bat**
  
- Now that we know that most files from config.sys with extension X can be executed as standalone, its time to write them in the beginning of autoexec.bat+ Now that we know that most *.X files from config.sys can be executed as standalone, its time to write them in the beginning of autoexec.bat
  
-"Crystal Toweris used to illustrate this example:+**Crystal Tower** is used to illustrate this example:
  
 Config.sys Config.sys
Line 64: Line 64:
 In this example **OPMDRV3.X** and **IOCS.X** are the ones which interest us. First we must check if they can be executed after the system has fully booted. If yes, then there is a good chance that the game can be installed to HDD. In this example **OPMDRV3.X** and **IOCS.X** are the ones which interest us. First we must check if they can be executed after the system has fully booted. If yes, then there is a good chance that the game can be installed to HDD.
  
-autoexec.bat+Autoexec.bat
 <code> <code>
 echo off echo off
Line 74: Line 74:
  
 Here we can see another environmental variable called **PATH** being set up. In this case we can go with the lazy method and **SUBST** to the directory (Example #2) where we have copied the game or we can change the paths so that we don't have to do **SUBST**. Here we can see another environmental variable called **PATH** being set up. In this case we can go with the lazy method and **SUBST** to the directory (Example #2) where we have copied the game or we can change the paths so that we don't have to do **SUBST**.
-  *Remove references to "A:\""\or "B:\if they are present and after this line write the two commands from config.sys.+  *Remove references to **A:\****\** or **B:\** if they are present 
 +  *Write **OPMDRV3.X** and **IOCS.X** after the line which defines **PATH**
   *Rename autoexec.bat to !Start.bat.   *Rename autoexec.bat to !Start.bat.
  
x68000/installing_games_to_hard_drive.txt · Last modified: 2019/08/27 20:45 by 127.0.0.1