home *** CD-ROM | disk | FTP | other *** search
- #######################################################################
- # #
- # Hard coded enties : #
- # #
- # P> pulldownheader #
- # E> pulldownentry #
- # D> definition line #
- # # comment #
- # #
- # without > or # = command line #
- # #
- # Main pulldown definitions #
- # ---------------------------- #
- # D> XPOS = nr upper left corner of pulldown #
- # D> YPOS = nr upper left corner of pulldown #
- # D> XWIDTH = nr minimal width of pulldown #
- # #
- # Main entry definitions #
- # ----------------------- #
- # #
- # D> SWAP = 0 swap main program for execution off #
- # D> SWAP = 1 on #
- # D> WINDOW = 0 display a window for execution off #
- # D> WINDOW = 1 on #
- # D> WINXPOS = nr upper left corner of execution window #
- # D> WINYPOS = nr #
- # D> WINXWIDTH = nr window x width #
- # D> WINYWIDTH = nr window y width #
- # D> CURSOR = 1 activate cursor in window #
- # D> WAIT = 0/1 wait after execution #
- # D> PARAMETER = 0/1 enter a parameter for execution #
- # the parameter is inserted at % in the #
- # command string #
- # #
- # #
- #######################################################################
-
- P> Userpulldown
-
- D> XPOS = 20
- D> YPOS = 5
- D> XWIDTH = 20
-
- E> ^DOS
- D> SWAP = 0
- D> WINDOW = 1
- D> WINXPOS = 2
- D> WINYPOS = 1
- D> WINXWIDTH = 70
- D> WINYWIDTH = 20
- D> CURSOR = 1
- command.com
-
- E> ^Editor
- D> SWAP = 1
- D> CURSOR = 1
- e3
-
- E> ^List
- D> SWAP = 0
- list
-
- E> ^PCTOOLS
- D> SWAP = 1
- pcshell
-
- E> ^FORMAT
- D> SWAP = 0
- D> WINDOW = 1
- D> WINXPOS = 10
- D> WINYPOS = 6
- D> WINXWIDTH = 50
- D> WINYWIDTH = 10
- D> CURSOR = 1
- D> PARAMETER = 1
- format %;
-
- E> ^Virus check
- D> SWAP = 1
- D> WINDOW = 0
- D> WAIT = 1
- c:;cd \tools;cd vir;antidote /e ;