home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bigmenu7.zip / README.BAT < prev    next >
DOS Batch File  |  1993-01-25  |  148b  |  10 lines

  1. echo off
  2. cls
  3. if not exist menu.exe goto message
  4. menu readme
  5. goto end
  6. :message
  7. echo Unable to find MENU.EXE in the current directory.
  8. :end
  9.  
  10.