home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 37 / PCF_CD37.iso / go.bat < prev    next >
DOS Batch File  |  1996-03-19  |  441b  |  28 lines

  1. echo off
  2. cls
  3. echo.
  4. echo Please wait whilst menu system loads ............
  5. echo.
  6.  
  7. :start
  8. if exist c:\menutemp.bat del c:\menutemp.bat
  9. menu 
  10. if not exist c:\menutemp.bat goto end
  11. call c:\menutemp
  12. goto start
  13.  
  14. :end
  15. :nope
  16.         echo.
  17.         echo Thankyou for using PC Format CD - see you next month!
  18.         echo.
  19.         echo    (c) Future Publishing 1996
  20.         echo.
  21.         echo.
  22.         pause
  23.         exit
  24.  
  25.  
  26.  
  27.  
  28.