home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…ids, Adults, Educational / RocelcoInc-ExploreTheWorldOfSoftware-KidsAdultsEducational-Vol2-Shareware.iso / hrs.bat < prev    next >
DOS Batch File  |  1994-01-09  |  206b  |  19 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. cls
  13. cd \
  14. echo returning to CD-ROM menu program
  15. goto start
  16.  
  17. :exit
  18.  
  19.