home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / textwin.lha / TextWin / demo.example1.scp < prev    next >
Encoding:
Text File  |  1994-12-07  |  315 b   |  15 lines

  1. ; FILENAME: demo.example1.scp
  2.  
  3. STACK 8000
  4.  
  5. IF EXISTS MUI:
  6.  
  7.      run >nil: Textwin "TextWin by BOTH Software" signs.txt 
  8.  
  9. ELSE
  10.  
  11.      rtEZrequest TITLE "Error" BODY "MagicUserInterface (MUI) is not installed on your Amiga.\nPlease install MUI before trying TextWin." BUTTONTEXT "_OK I WILL" POS CENTERSCR
  12.  
  13. ENDIF
  14.  
  15. QUIT