home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / HC200.ZIP / HYPERRA.ZIP / HYPERRA.Q-A < prev    next >
Text File  |  1994-02-15  |  678b  |  29 lines

  1. ClearScreen
  2. ChangeColor 15 0
  3. Display " You have a choice of which version of the HyperChat Help file|"
  4. Display " you want. One is in ANS (ANSI graphics) format and the other |"
  5. Display " is just plan ASCII format.||"
  6. Display "||"
  7. ChangeColor 3 0
  8. Display " Which version do you want?"
  9. ChangeColor 14 0
  10. Display "||"
  11. Display " [G] ANSI graphics (color) version|"
  12. Display " [A] ASCII version (no color)|"
  13. ChangeColor 2 0
  14. Display "||"
  15. Display " Your choice:"
  16. GetChoice GA 1
  17. If 1 = "g"
  18. goto GRAPHICS
  19. EndIf
  20. MenuCmnd 48 C:\RA\TXTFILES\HYPERHLP.ASC
  21. EndIf
  22. Quit
  23. :GRAPHICS
  24. MenuCmnd 48 C:\RA\TXTFILES\HYPERHLP.ANS
  25. EndIf
  26. Quit
  27.  
  28.                      ----- END -----
  29.