home *** CD-ROM | disk | FTP | other *** search
/ Dream 41 / Amiga_Dream_41.iso / Amiga / Programmation / assembleur / proasm192.lha / ProAsm / rexx / ttx / Execute.ttx < prev    next >
Encoding:
Text File  |  1997-01-17  |  399 b   |  20 lines

  1. /** $VER: Execute.ttx V1.0
  2.  **
  3.  ** Execute Actual File
  4.  **
  5.  ** ⌐1992/1993 Tilt!/Propaganda Software
  6.  **/
  7.  
  8.  OPTIONS RESULTS
  9.  
  10.   SetStatusBar "Executing..."
  11.   error=EXISTS("ram:TTX_ASM.EXE")
  12.   if error then do
  13.              Screen2Back
  14.            address command "ram:TTX_ASM.EXE"
  15.                  Screen2Front
  16.                 end
  17.            else do
  18.                 SetStatusBar "Nothing to run..."
  19.                end
  20.