home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newsflash / !BBS / BBS / Menus / Info < prev    next >
Encoding:
Text File  |  1996-09-16  |  553 b   |  34 lines

  1. {
  2. | Info Menu
  3. | Alex Howarth (16 September 1996)
  4.  
  5. STD CLS
  6. REPEAT
  7.   SEND "ANSI.Menus.Info",2
  8.  
  9.   LOCATE 59,5
  10.   BFG 7}[{BFG 1}Info Menu{BFG 7}]{STD
  11.  
  12.   GETr option,"TRSFHM"
  13.   
  14.   IF option="T" THEN
  15.     SEND "ANSI.ThisDemo",2
  16.     ANYKEY
  17.   ENDIF
  18.   IF option="R" THEN
  19.     SEND "ANSI.Register",2
  20.     ANYKEY
  21.   ENDIF
  22.   IF option="S" THEN
  23.     SEND "ANSI.Support",2
  24.     ANYKEY
  25.   ENDIF
  26.   IF option="F" THEN
  27.     RUN "Scripts.Features" 
  28.   ENDIF
  29.   IF option="H" THEN
  30.     OSCLI "Filer_OpenDir <NewsFlash$Dir>.Docs"
  31.   ENDIF
  32.   IF option="M" GOTO "Menus.Main"
  33. UNTIL FALSE
  34.