home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 123 / af123a.adf / af123a2.lzx / Selector / examples / bigmess < prev    next >
Encoding:
AmigaDOS Script File  |  1999-03-04  |  172 b   |  8 lines

  1. .key text/F
  2.  
  3. echo >ram:file1 <text>
  4. /tools/selectortext >ram:file2 ram:file1 50
  5. echo >>ram:file2 "button Continue exit"
  6. selector ram:file2
  7. delete >nil: ram:file1 ram:file2
  8.