home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 14 / XENIATGM_14.iso / pw / pw.bat < prev    next >
DOS Batch File  |  1996-03-13  |  309b  |  20 lines

  1. @Echo off
  2. pw1.exe
  3. menu.exe loader 0
  4.  
  5. :restart
  6. rem Attenzione: i numeri devono essere descrescenti !!!
  7.   if ERRORLEVEL 100 goto end
  8.   if ERRORLEVEL 1 goto tavolo1
  9.   if ERRORLEVEL 0 goto end
  10. goto end
  11. :tavolo1
  12.   cd robot
  13.   pinb640.exe loader
  14.   cd ..
  15.   menu loader  1
  16. goto restart
  17.  
  18. :end
  19. echo !
  20.