home *** CD-ROM | disk | FTP | other *** search
- /*
- Opens a Shell on IEditor's screen
- */
-
- address COMMAND 'Echo "Execute S:Shell-Startup" >T:Shl'
- address COMMAND 'Echo "CD HD1:Developer/IEditor" >>T:Shl'
-
- address COMMAND 'NewShell "KCON:0/100//120/InterfaceEditor Executing Shell/AUTO/CLOSE/SCREEN IEDITOR.1" FROM T:shl'
-
- address COMMAND 'Delete T:shl'
-