home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / APPS / STATISTI / KS212_D.ZIP / TXMENU.INI < prev   
Encoding:
Text File  |  1991-05-01  |  686 b   |  37 lines

  1. .rem  This is an example of TXMENU
  2. .LABEL:BEGIN
  3. .color 15,1
  4. .cls
  5. .color 15,4
  6. .locate 10,1
  7. .MENU(*ABCD:001,002,003,END*) center border shadow
  8.   A - RUN Kwikstat Concepts Demo
  9.   B - Print an Order form for Kwikstat
  10.   C - Explain how to Add this program to Kwikstat Menu
  11.   D - End This Program
  12. .END
  13. .pause
  14. .LABEL:001
  15. .color 15,1
  16. .cls         
  17. .shell (*DEMOKS*)
  18. .GOBACK:BEGIN
  19. .LABEL:002
  20. .color 15,1  
  21. .cls         
  22. .shell (*PRINTDOC ORDER*)
  23. .GOBACK:BEGIN
  24. .LABEL:003
  25. .color 15,1
  26. .cls         
  27. .shell (*HOWTO.BAT*)
  28. .locate 24,1
  29. .pause
  30. .GOBACK:BEGIN
  31. .LABEL:END
  32. .LOCATE 24,1
  33. .color 7,0
  34. .cls
  35. .END
  36.                                                              
  37.