%HALT INIT %TEXT This is intended to teach the user how to build menu script files. %DELAY 2 % TEXT "" %TEXT It assumes that the user knows some basics of file manipulation (copy, %TEXT type, directory, and delete/purge) and can use the editor. %BLOCK !R !W SCRIPT TUTORIAL ] Basic Stucture -- Getting Started % call $lesson1 Screen Formats and Basic Output % call $lesson2 Execution Control Flags % call $lesson3 Accessing Other Scripts % call $lesson4 Basic System Mangament Tools % call $lesson5 Execution Advance Screen Control % call $lesson6 Substitution % call $lesson7 Password and Privilege Control % call $lesson8 Advance System Management Tools % call $lesson9 Seldom Used Commands (But essential when needed) % call $lesson10 Quit % return ] Please Enter Option: