home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / MENU / BMS_7_21.ZIP / BATNORM.BAT next >
DOS Batch File  |  1987-07-21  |  672b  |  23 lines

  1. echo off
  2. echo  
  3. echo Your selection would have executed this item  -  BATCH METHOD
  4. echo  
  5. echo  
  6. echo  
  7. echo This is a dummy batch file supplied so you can see what the menu system
  8. echo looks like.
  9. echo  
  10. echo This was executed normally, as part of the batch file method.  You'll
  11. echo notice that it is much slower than using the shell method.
  12. echo  
  13. echo Try selecting the item named 'Secret' to try the password feature.  The
  14. echo password is 'PASSWORD'.  Upper / Lower case does not matter.
  15. echo  
  16. echo Read Bms.Doc for discussion of entire system.
  17. echo  
  18. echo PRESS ANY KEY TO RETURN TO MENU.  USE ESC KEY TO EXIT MENU.
  19. echo  
  20. echo  
  21. pause
  22. menu
  23.