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:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-17
|
399 b
|
20 lines
/** $VER: Execute.ttx V1.0
**
** Execute Actual File
**
** ⌐1992/1993 Tilt!/Propaganda Software
**/
OPTIONS RESULTS
SetStatusBar "Executing..."
error=EXISTS("ram:TTX_ASM.EXE")
if error then do
Screen2Back
address command "ram:TTX_ASM.EXE"
Screen2Front
end
else do
SetStatusBar "Nothing to run..."
end