home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / fileutil / menue / menue.dat next >
Encoding:
Text File  |  1992-03-31  |  3.2 KB  |  83 lines

  1. #######################################################################
  2. #                                                                     #
  3. # Hard coded enties :                                                 #
  4. #                                                                     #
  5. #  P>  pulldownheader                                                 #
  6. #  E>  pulldownentry                                                  #
  7. #  D>  definition line                                                #
  8. #  #   comment                                                        #
  9. #                                                                     #
  10. #  without > or # = command line                                      #
  11. #                                                                     #
  12. #  Main pulldown definitions                                          #
  13. # ----------------------------                                        #
  14. #  D>  XPOS = nr           upper left corner of pulldown              #
  15. #  D>  YPOS = nr           upper left corner of pulldown              #
  16. #  D>  XWIDTH  = nr        minimal width of pulldown                  #
  17. #                                                                     #
  18. #  Main entry definitions                                             #
  19. # -----------------------                                             #
  20. #                                                                     #
  21. #  D>  SWAP = 0            swap main program for execution off        #
  22. #  D>  SWAP = 1                                            on         #
  23. #  D>  WINDOW = 0          display a window for execution off         #
  24. #  D>  WINDOW = 1                                         on          #
  25. #  D>  WINXPOS    = nr     upper left corner of execution window      #
  26. #  D>  WINYPOS    = nr                                                #
  27. #  D>  WINXWIDTH  = nr     window x width                             #
  28. #  D>  WINYWIDTH  = nr     window y width                             #
  29. #  D>  CURSOR     = 1      activate cursor in window                  #
  30. #  D>  WAIT       = 0/1    wait after execution                       #
  31. #  D>  PARAMETER  = 0/1    enter a parameter for execution            #
  32. #                          the parameter is inserted at % in the      #
  33. #                          command string                             #
  34. #                                                                     #
  35. #                                                                     #
  36. #######################################################################
  37.  
  38. P> Userpulldown
  39.  
  40. D> XPOS    = 20
  41. D> YPOS    = 5
  42. D> XWIDTH = 20
  43.  
  44. E> ^DOS
  45. D> SWAP    = 0
  46. D> WINDOW     = 1
  47. D> WINXPOS    = 2
  48. D> WINYPOS    = 1
  49. D> WINXWIDTH = 70
  50. D> WINYWIDTH = 20
  51. D> CURSOR     = 1
  52.   command.com
  53.  
  54. E> ^Editor
  55. D> SWAP       = 1
  56. D> CURSOR     = 1
  57.   e3
  58.  
  59. E> ^List
  60. D> SWAP       = 0
  61.   list
  62.  
  63. E> ^PCTOOLS
  64. D> SWAP       = 1
  65.   pcshell
  66.  
  67. E> ^FORMAT
  68. D> SWAP       = 0
  69. D> WINDOW     = 1
  70. D> WINXPOS    = 10
  71. D> WINYPOS    = 6
  72. D> WINXWIDTH = 50
  73. D> WINYWIDTH = 10
  74. D> CURSOR    = 1
  75. D> PARAMETER = 1
  76.   format %;
  77.  
  78. E> ^Virus check
  79. D> SWAP       = 1
  80. D> WINDOW     = 0
  81. D> WAIT       = 1
  82.  c:;cd \tools;cd vir;antidote /e ;
  83.