home *** CD-ROM | disk | FTP | other *** search
/ Strategy - 25 Mind Boggling Games / STG2.iso / go.bat
DOS Batch File  |  1995-05-27  |  267b  |  18 lines

  1.         @echo off
  2.  
  3.         set stgswap=/sdc:\
  4.         set stgvm=swappath:c:\
  5.  
  6.         cd\stg
  7.         echo INITIALIZING Please wait...
  8.         stgcd
  9.  
  10.         if not exist stginfo.txt goto end
  11.         cls
  12.         type stginfo.txt
  13.  
  14. :END
  15.  
  16.         echo.
  17.  
  18.