/************************* ICE-5100 TUTORIAL SCREEN R1 ****************************/ menu = 1 define literally PR = '''Not relevent for this screen''' define literally R = 'include scrr.1 nolist' define literally N = '''to get to the next screen enter RTN or M''' define literally M = 'include fmod nolist' cls /*******************************************************************************/ ' FEATURE MODULE R: SYSTEM ESCAPE (1 SCREEN) --------------------------' 'The system escape, !, executes one or any number | SCRR1: SYSTEM ESCAPE |' 'of DOS commands such as compiling or listing | N = Next screen |' 'directories, and returns to the ICE-5100 prompt, | R = Rewrite SCRR1 |' 'without exiting the ICE-5100 software. To get a | PR = Previous screen |' 'current directory listing, enter the following, | M = Go to features menu |' 'then enter R to redraw the screen. | Q = Quit tutorial |' ' | RTN = Return to main path|' ' !DIR | SCR# = Screen desired |' 'To execute as many DOS commands as desired, enter: -------------------------- ' ' ' ' ! ' 'To return to the ICE-5100 software type: ' '' ' EXIT ' 'NOTE: ICE-5100 software requires 512K-bytes of memory. The ICE-5100 may' 'not function properly if the system escape is used to invoke an application' 'program that is larger than the remaining available system memory. ' ' ' 'This ends Feature Module R. Enter RTN to return to the main path of ' 'the tutorial, or M to go to the FMOD menu.' '################################ End of Module R ##############################'