home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gmn!2_10.zip / gmon!2.doc < prev    next >
Text File  |  1993-09-01  |  4KB  |  126 lines

  1. ///////////////////////////////////////////////////////////////////////////
  2. //  GMON/2     Addendum to GMON.DOC for OS/2 SysOps
  3. //
  4.  
  5. WHAT IS GMON?
  6.  
  7. GMON/2 is a door drop file conversion program, door organizer, and door
  8. integrator.  When used in conjunction with an OS/2 based BBS program,
  9. and Ray Gwinn's fabulous SIO.SYS, it can run DOS doors.
  10.  
  11. It can be thought of as the program thru which your users can access
  12. all of your doors, instead of setting up each individual door from your
  13. BBS program.
  14.  
  15. OS/2 specific changes:
  16.  
  17. COMMAND LINE PARAMETERS:
  18.  
  19. GMON/2 takes an extra command line parameter to get the number of the
  20. current port file handle.  The parameter is /Hx, where 'x' is the
  21. com port handle.  An example would be   /H4
  22.  
  23.  
  24. SMART TEXT VARIABLES:
  25.  
  26. Added
  27. -----
  28. %h  -  This will be changed to the number of the current com port handle.
  29.        This is used when you have GMon run an OS/2 based door.
  30.  
  31. DOOR PROGRAM SWITCHES EDITING
  32.  
  33. I added a new page to the door program editor. Page 2 is for OS/2 switches
  34. and parameters.
  35.  
  36.     A - Full Screen?   
  37.     
  38.         Start door program in a full screen session?
  39.  
  40.     B - Don't Load Command Processor?  
  41.     
  42.         This specifies whether or not a command processor is loaded before
  43.         the door program is.  When running a DOS door, the command processor
  44.         is always loaded!
  45.  
  46.     C - Is DOS program?
  47.  
  48.         Specifies whether a door is DOS based.  The default is OS/2 based.
  49.  
  50.     D - Use DOS settings file?
  51.  
  52.         If you wish to use a DOS settings file (which should be familiar to
  53.         those running DOS doors, and using StartD or PMStart to start them 
  54.         up) turn this switch on. If set to 'YES' then please set the filename
  55.         using the K command!
  56.  
  57.         The DOS settings file is in the same format as the one used by
  58.         Henk Kelder's HSTART program, and my PMStart program.  Enclosed
  59.         with GMon/2 is a copy of PMStart which has documentation describing
  60.         the format of the DOS settings file.
  61.  
  62.     E - Open In Foreground?
  63.  
  64.         Should the door be opened in the foreground? (above other windows?)
  65.  
  66.     F - Start Minimized?
  67.  
  68.         Should the door be minimized when it runs?
  69.  
  70.     G - Start Maximized?
  71.  
  72.         Start the door in a maximized window?  (doesn't matter with full
  73.         screen session)
  74.  
  75.     H - Start Window Size And Position?
  76.  
  77.         <not fully functional>
  78.  
  79.     I - PM Program?
  80.  
  81.         Is the door a PM based program?
  82.  
  83.     J - Use Specified Icon For Door?
  84.  
  85.         If this is set to YES, then use option L to set the name of the
  86.         icon you wish to use.
  87.  
  88.     K - INI File Name (DOS Settings File Name):
  89.  
  90.         Enter the name of the file which contains the DOS settings you
  91.         wish to use for this door. Ignored of option D is set to NO.
  92.  
  93.     L - Icon File Name:
  94.  
  95.         Enter the name of the icon you wish to be associated with this
  96.         door.  Ignored if you have option J set to NO.
  97.  
  98.     M - Pgm Title:
  99.  
  100.         If you wish to set a title for this door, enter it here.  You
  101.         can leave this blank, and GMon will create an informative
  102.         title for you automatically!
  103.  
  104.  
  105. GMON!2 BATCH FILE
  106.  
  107. To run GMon/2 I use the following simple batch file from my BBS program:
  108. (GMON2.CMD)
  109.  
  110. ---- cut here ----
  111. CD GMON!2
  112. GMON /N%NODE% /H%1
  113. CD..
  114. EXIT
  115. ---- cut here ----
  116.  
  117. Where %NODE% is an the node number (OS/2 environment variable) and %1
  118. is the hot com port handle passed to the batch file from the BBS.
  119.  
  120.  
  121. KNOWN PROBLEMS
  122.  
  123. For some unknown reason the GMon icon comes up black on my computers.. but
  124. if minimized you can see it...  I don't know what's going on in this case,
  125. but I'm working on it.
  126.