home *** CD-ROM | disk | FTP | other *** search
- .rem This is an example of TXMENU
- .LABEL:BEGIN
- .color 15,1
- .cls
- .color 15,4
- .locate 10,1
- .MENU(*ABCD:001,002,003,END*) center border shadow
- A - RUN Kwikstat Concepts Demo
- B - Print an Order form for Kwikstat
- C - Explain how to Add this program to Kwikstat Menu
- D - End This Program
- .END
- .pause
- .LABEL:001
- .color 15,1
- .cls
- .shell (*DEMOKS*)
- .GOBACK:BEGIN
- .LABEL:002
- .color 15,1
- .cls
- .shell (*PRINTDOC ORDER*)
- .GOBACK:BEGIN
- .LABEL:003
- .color 15,1
- .cls
- .shell (*HOWTO.BAT*)
- .locate 24,1
- .pause
- .GOBACK:BEGIN
- .LABEL:END
- .LOCATE 24,1
- .color 7,0
- .cls
- .END
-
-