Date: October 20, 1987 Number: 197 Title: GOING TO DOS WITHIN THE "MENU" PROGRAM Many calls have come in asking how to get to DOS from inside the "Menu" program and then return to the menu. Below is an example of a submenu that allows this: %DOS, 5, 5 Command Line echo off prompt Type EXIT to return to MENU$_$P_$G Command prompt $P$_$G Execute @1"Enter command" pause The above menu allows commands to be entered. Upon termination, the menu will restart. For further information on creating your own menus, refer to Chapter 6 of the Menu Utilities Manual (Rev. 1.03).