home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / THETOOL5.ZIP / FJ2.DAT < prev    next >
Text File  |  1992-08-03  |  3KB  |  85 lines

  1. #######################################################################
  2. # OS/2 FILEJET USER PULLDOWN FILE (C) KLOSEK 1991, 1992               #
  3. #######################################################################
  4. #                                                                     #
  5. # P>   Pulldownheader                                                 #
  6. # E>   Pulldownentry                                                  #
  7. # D>   Defintions for a entry                                         #
  8. # #    Line with comment                                              #
  9. # char ^ marks the Hotkey                                             #
  10. #                                                                     #
  11. # Without any special char : Command line of entry                    #
  12. #                                                                     #
  13. # PULLDOWNDEFINITION                                                  #
  14. #                                                                     #
  15. # D>   XPOS = nr           Upper left corner of pulldownwindow        #
  16. # D>   YPOS = nr                                                      #
  17. # D>   XWIDTH  = nr        min. width of pulldownwindow               #
  18. #                                                                     #
  19. # PROGRAMMDEFINITIONS                                                 #
  20. #                                                                     #
  21. # D>   WINDOW = 0                                                     #
  22. # D>   WINDOW = 1          Open a window for execution                #
  23. # D>   WINXPOS    = nr     Upper left corner of window                #
  24. # D>   WINYPOS    = nr                                                #
  25. # D>   WINXWIDTH  = nr     x width of the window                      #
  26. # D>   WINYWIDTH  = nr     y width of the window                      #
  27. # D>   CURSOR     = 1      activate cursor                            #
  28. # D>   WAIT       = 1      wait after command execution               #
  29. # D>   PARAMETER  = 1      ask for a parameter before execution       #
  30. #                          parameter is insertet at the % char        #
  31. #                                                                     #
  32. # Multiple commands are allowed seperated by  ';'                     #
  33. #                                                                     #
  34. #######################################################################
  35.  
  36. P> User Pulldown
  37.  
  38. D> XPOS    = 10
  39. D> YPOS    = 5
  40. D> XWIDTH = 40
  41.  
  42. E> ^Operating system
  43. D> SWAP    = 1
  44. D> CURSOR     = 1
  45. D> WAIT       = 1
  46.   cmd.exe
  47.  
  48. E> Operating ^command
  49. D> SWAP    = 1
  50. D> CURSOR     = 1
  51. D> WAIT       = 1
  52.   [ ]
  53.  
  54. E> ^Filejet
  55. D> SWAP       = 1
  56. D> WAIT       = 0
  57.   fj2.exe
  58.  
  59. E> F^ormat a disk
  60. D> SWAP       = 0
  61. D> WINDOW     = 1
  62. D> WINXPOS    = 10
  63. D> WINYPOS    = 6
  64. D> WINXWIDTH = 50
  65. D> WINYWIDTH = 10
  66. D> CURSOR     = 1
  67. D> WAIT       = 1
  68. D> PARAMETER  = 1
  69.   format %;
  70.  
  71.  
  72. E> ^Multiple example
  73. D> SWAP       = 0
  74. D> WINDOW     = 1
  75. D> WINXPOS    = 10
  76. D> WINYPOS    = 6
  77. D> WINXWIDTH = 50
  78. D> WINYWIDTH = 10
  79. D> CURSOR     = 1
  80. D> WAIT       = 1
  81. D> PARAMETER  = 1
  82.   c:;dir;d:;dir;
  83.  
  84.  
  85.