home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 51 / SCRPAINT / SCRPAINT.ZIP / SIMPLE / SIMPLE.TXT < prev    next >
Encoding:
Text File  |  1989-11-01  |  391 b   |  19 lines

  1. :start
  2.   dos cls
  3.   color 13
  4.   cursor 00,00
  5.   puttext +=====================================+
  6.   cursor 01,00
  7.   puttext | Name? _____________________________ |
  8.   cursor 02,00
  9.   puttext +=====================================+
  10.   cursor 01,08
  11.   color 4
  12.   gettext 1 29
  13.   color 3
  14.   cursor 04,00
  15.   puttext Hello there %1, how are you today?
  16.   wait 01,00
  17.   display noscreen
  18.   exit
  19.