home *** CD-ROM | disk | FTP | other *** search
/ 25 Mega Hit Games for DOS / 25_Mega_Hit_Games_Micro_Star_1996.iso / go.txt < prev    next >
Text File  |  1996-06-10  |  1KB  |  34 lines

  1.  
  2.   The Following is a GENERALIZED procedure for the COPYING a 
  3.     a GAME located on the CDRom to a directory located
  4.     on a fixed hard drive.
  5.   ( Substitute dirname with the Directory name of the game )
  6.  
  7.        1.  Exit the Micro Star menu.
  8.            ( Press the ESC key )
  9.        2.  Type X: and Press Enter.
  10.            ( X = Destination Hard Drive letter )
  11.            ( Change to the Hard Drive where program will be saved to.
  12.              This would normally be your C: )
  13.        3.  Type CD\ and Press Enter.        
  14.            ( Change to Root Directory of X: in step 2 )
  15.        4.  Type MD dirname and Press Enter. 
  16.            ( Make a Directory on Hard Drive X: )
  17.        5.  Type CD dirname and Press Enter. 
  18.            ( Change to Directory on X: made in step 4)
  19.        6.  Type XCOPY Y:\dirname\*.* /S and Press Enter. 
  20.            ( Y=CDRom Drive letter )
  21.            ( Copy program files from CDRom drive
  22.              to Hard Drive directory on X: from step 4) 
  23.        7.  Type .exe and Press Enter.
  24.            ( Run program using this .EXE )
  25.  
  26.   We have alse provided an automated way of doing the above procedure.
  27.   Change to ROOT directory of the MEGA HITS CDRom and Type the following:
  28.  
  29.            COPYDIR X: DIRNAME
  30.  
  31.   Example: COPYDIR C: SANTOO
  32.  
  33.   The above example will copy SANTOO to your hard drive C:.         
  34.