home *** CD-ROM | disk | FTP | other *** search
- /** $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
-