echo off echo. echo Example batch files for BMENU multi menu features echo. echo First example: reading @file without adding optional menu designator echo will read @file up to first $menu label found... echo (ie. don't name first menu unless you will reference echo it every time you want the first menu in file) echo. echo bmenu @menus.fil echo. bmenu @menus.fil echo. echo Next example: Reading @file to find $menu2 label in file. Notice that echo choices contain the $ symbol. Just use quotes around echo any choices that contain the $ symbol, and functionality echo is retained. echo. echo bmenu @menus.fil menu2 echo. bmenu @menus.fil menu2 echo. echo Look in menus.fil for similar info, including comment usage... echo But note, any blank lines in the file are just that, blank choices. echo.