.TITLE MCX .IDENT -000000- ;+ ; Abstract: MCX ; ; This program is intended as a companion module to the ; "$$$MCM" program. Its only function in life is to ; resume $$$MCM to notify it to restore DCL mode (or ; whatever other mode was around at the time). ; ; Operating procedures: ; ; This program is run by simply typing "MCX". ; ; Written: 08-May-79, -0.0.0-, Bruce C. Wright ; Modified: ; Verified: 01-Mar-1981, -0.0.0-, Bruce C. Wright ;- .MCALL RSUM$,DIR$,EXST$S RSUM: RSUM$ $$$MCM ; MCX:: DIR$ #RSUM ;Resume $$$MCM EXST$S #EX$SUC ;and leave ;Note: ; We do not pick up our MCR command ; line so that MCR doesn't prompt ; at the terminal when this task ; exits. .END MCX