@echo off goto START ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º SAMPLE BATCH FILE SHOWING SOME OF THE CAPABILITIES OF MENU_MAN º º Version 1.3 º º Copyright 1993, MicroMetric, All Rights Reserved. º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ :START menu_man A %0 m10 cn113 eb ea rem THIS IS A SAMPLE BATCH FILE USING MENU_MAN rem. rem. It will demonstrate several major MENU_MAN features. rem. ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ rem. rem This is a text window being displayed for a fixed length of time (30 rem seconds). No selection is required. rem. ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ rem. ³ P L E A S E W A I T ! ! ³ rem. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ rem [To continue, without waiting the full time period, press any key.] menu_man B %0 pt,l rem THIS IS MENU ONE, WITH SIMPLE SELECTION rem Continue rem eXit if ERRORLEVEL 1 if NOT ERRORLEVEL 2 goto 2 if ERRORLEVEL 2 if NOT ERRORLEVEL 3 goto EXIT :2 menu_man C %0 pc,c w200 rem THIS IS MENU TWO, WITH SLOW EXPLODE AND MULTIPLE SELECTION rem Continue with the next menu rem Start this routine over rem eXit if ERRORLEVEL 1 if NOT ERRORLEVEL 2 goto 3 if ERRORLEVEL 2 if NOT ERRORLEVEL 3 goto START if ERRORLEVEL 3 if NOT ERRORLEVEL 4 goto EXIT :3 menu_man D %0 pb,r t10 b512,500 rem THIS IS MENU THREE, WITH LONG SOUND AND LIMITED TIME SELECTION rem Continue with the next menu rem Start this routine over rem eXit if ERRORLEVEL 1 if NOT ERRORLEVEL 2 goto 4 if ERRORLEVEL 2 if NOT ERRORLEVEL 3 goto START if ERRORLEVEL 3 if NOT ERRORLEVEL 4 goto EXIT :4 menu_man Z %0 m0 cn79 ea rem THIS IS A MENU TO DEMONSTRATE HOW MENUS CAN BE MOVED rem rem All MENU_MAN menus may be moved by the user. rem To move a menu use the [Ctrl] + [Arrow Key] combination. rem rem Hold down the [Ctrl] key, then press the [Down] arrow key three times rem and the menu will move down three lines. rem rem rem [To continue press any key.] menu_man E %0 pt,c eb t10 s- rem THIS IS MENU FOUR, WITH NO SHADOW BORDER AND CLEAR SCREEN BEFORE DISPLAY rem Continue with the next menu rem Start this routine over rem eXit if ERRORLEVEL 1 if NOT ERRORLEVEL 2 goto 5 if ERRORLEVEL 2 if NOT ERRORLEVEL 3 goto START if ERRORLEVEL 3 if NOT ERRORLEVEL 4 goto EXIT :5 menu_man F %0 pc,r w0 b0,0 t10 rem THIS IS MENU FIVE, WITH NO EXPLODE OR SOUND rem Continue with the next menu rem Start this routine over rem eXit if ERRORLEVEL 1 if NOT ERRORLEVEL 2 goto 6 if ERRORLEVEL 2 if NOT ERRORLEVEL 3 goto START if ERRORLEVEL 3 if NOT ERRORLEVEL 4 goto EXIT :6 menu_man G %0 pb,l t10 l2 rem THIS IS THE LAST MENU, WITH HIGHLIGHT LOCATION rem Start this routine over rem eXit if ERRORLEVEL 1 if NOT ERRORLEVEL 2 goto START if ERRORLEVEL 2 if NOT ERRORLEVEL 3 goto EXIT :EXIT