home *** CD-ROM | disk | FTP | other *** search
/ Arcade Mania / ARCADE.bin / go.bat
Encoding:
DOS Batch File  |  1995-05-27  |  267 b   |  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.