home *** CD-ROM | disk | FTP | other *** search
/ Best of the Best 4 / shareware.iso / hrs.bat < prev    next >
DOS Batch File  |  1995-05-08  |  213b  |  20 lines

  1. @echo off
  2. lh hrslogo
  3.  
  4. :start
  5. lh dosroc
  6.  
  7. if not exist c:\hrs_app.bat goto exit
  8.  
  9. echo starting program
  10. call c:\hrs_app.bat
  11.  
  12. pause
  13. cls
  14. cd \
  15. echo returning to CD-ROM menu program
  16. goto start
  17.  
  18. :exit
  19.  
  20.