home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / FQT80BR.ARJ / DONT_RUN / SCR2.DAT < prev    next >
Text File  |  1991-02-10  |  912b  |  19 lines

  1. REM     FIRST PUT UP SOME WINDOWS ON THE SCREEN
  2. window 0,0,24,79 bright yellow on blue explode
  3. window 4,11,22,68 bright yellow on green explode shadow
  4.  
  5. REM     NOW PUT THE TEXT IN THE WINDOW FOR THE MENU CHOICES
  6. rowcol 5,28 "O P T I O N S" bright yellow
  7. rowcol 8,15 "This program contains additional programs" bright white
  8. rowcol 9,15 "and files as follows:" bright white
  9. rowcol 10,15 "1.  Peter Norton's BE.EXE" bright white
  10. rowcol 11,15 "2.  Filo's REPLY.COM ...returns key pressed as batch" bright white
  11. rowcol 12,22 "file input" bright white
  12. rowcol 14,15 "4.  This batch file" bright white
  13. rowcol 15,15 "5.  READTHIS.BAT which you began with" bright white
  14. rowcol 18,20 "y  Delete all files listed above." bright yellow
  15. rowcol 19,20 "n  Do not delete the files listed." bright yellow
  16. rowcol 18,20 "y" bright red
  17. rowcol 19,20 "n" bright red
  18. rowcol 22,20 "Make your choice now " bright white
  19.