home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / gui / ieditor / arexx / shell.ie < prev   
Encoding:
Text File  |  1997-06-17  |  319 b   |  11 lines

  1. /*
  2.    Opens a Shell on IEditor's screen
  3. */
  4.  
  5.    address COMMAND 'Echo "Execute S:Shell-Startup" >T:Shl'
  6.    address COMMAND 'Echo "CD HD1:Developer/IEditor" >>T:Shl'
  7.  
  8.    address COMMAND 'NewShell "KCON:0/100//120/InterfaceEditor Executing Shell/AUTO/CLOSE/SCREEN IEDITOR.1" FROM T:shl'
  9.  
  10.    address COMMAND 'Delete T:shl'
  11.