home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / winnul.zip / README next >
Text File  |  1994-05-19  |  6KB  |  129 lines

  1. *******************************************************************************
  2. *                                  WinNull                                    *
  3. *                                  ReadMe                                     *
  4. *                                                                             *
  5. *******************************************************************************
  6.  
  7. Introduction
  8.  
  9.   WinNull is intented to be used with IBM OS/2 2.x Win-OS/2 shared session
  10.   support. WinNull is used to preload a Win-OS/2 shared session so that
  11.   subsequent seamless Windows applications load quickly without having to
  12.   pay the penalty of loading Win-OS/2 support. Since WinNull is very small,
  13.   starts minimized, and puts itself in a wait state, it has no impact to your
  14.   desktop screen and little CPU contention. The only overhead incurred is the
  15.   RAM used by the Win-OS/2 code segments, and the CPU used for Windows message
  16.   queue processing.
  17.  
  18. Installation
  19.  
  20.   1. Copy WinNull.exe to the directory of your choice, e.g., c:\os2\mdos\winos2.
  21.  
  22.   2. Create a program object for WinNull in your folder of choice, e.g,
  23.      Command Prompts in your OS/2 System folder. Fill in "Path and filename" in
  24.      the Settings Notebook, e.g., C:\OS2\MDOS\WINOS2\WINNULL.EXE .
  25.  
  26.   3. Select "WIN-OS/2 window"  in the Session page of the Settings Notebook.
  27.      (Do not select "Separate Session".)
  28.  
  29.   4. Select the "WIN-OS/2 settings" push button and then set all the Win-OS/2
  30.      settings (properties) you want to apply to all your Windows programs
  31.      running in this shared session. See the note below for sample settings.
  32.  
  33.   5. Select "Hide window" and "Display existing window" in the "Window" page
  34.      of the Settings Notebook.  Close the the Settings Notebook.
  35.  
  36.   6. If you want to start WinNull at OS/2 startup time, then open the Startup
  37.      folder in the OS/2 System folder and create a shadow object of WinNull
  38.      in the Startup folder.
  39.  
  40. Notes
  41.  
  42.   1. WinNull will only be started as window shared session if started as
  43.      program object, i.e., double-clicking on the WinNull icon or from the
  44.      Startup folder.  Starting WinNull from the OS/2 command line starts
  45.      a WIN-OS/2 full screen session.
  46.  
  47.   2. You can stop WinNull from the OS/2 Window List. If you terminate WinNull
  48.      before closing the other Windows applications in that session, OS/2 may
  49.      sometimes leave WIN-OS/2 active as a detacted process. Therefore, it is
  50.      recommended that WinNull be the last shared session program you terminate.
  51.      The only exeception is the Program Manager; closing it will always
  52.      terminate the shared session.
  53.  
  54.   3. Sample WIN-OS/2 Settings:
  55.      WIN_RUN_MODE                3.1 Enhanced Compatibility
  56.      WIN_DDE                     OFF
  57.      WIN_CLIPBOARD               OFF
  58.      COM_DIRECT_ACCESS           OFF
  59.      COM_HOLD                    ON
  60.      COM_RECEIVE_BUFFER_FLUSH    (Default: none):
  61.      COM_SELECT                  (Default: ALL):
  62.      DOS_AUTOEXEC                (Default: C:\AUTOEXEC.BAT)
  63.      DOS_BACKGROUND_EXECUTION    ON
  64.      DOS_BREAK                   (Default: off):
  65.      DOS_DEVICE                  (Default: empty):
  66.      DOS_FCBS                    (Default: 16):
  67.      DOS_FCBS_KEEP               (Default: 8):
  68.      DOS_FILES                   (Default: 20):
  69.      DOS_HIGH                    (Default: off):
  70.      DOS_LASTDRIVE               (Default 'Z'):
  71.      DOS_RMSIZE                  (Default: 640):
  72.      DOS_SHELL                   (Default: C:\OS2\MDOS\COM
  73.      DOS_STARTUP_DRIVE           (Default: C:\OS2\MDOS\ /P)
  74.      DOS_UMB                     (Default: off):
  75.      DOS_VERSION                 (Default: DCJSS02...)
  76.      DPMI_DOS_API                ON
  77.      DPMI_MEMORY_LIMIT           (Default: 4):
  78.      DPMI_NETWORK_BUFF_SIZE      (Default: 8):
  79.      EMS_FRAME_LOCATION          (Default: AUTO):
  80.      EMS_HIGH_OS_MAP_REGION      (Default: 32):
  81.      EMS_LOW_OS_MAP_REGION       (Default: 384):
  82.      EMS_MEMORY_LIMIT            (Default: 2048):
  83.      HW_NOSOUND                  (Default: off):
  84.      HW_ROM_TO_RAM               ON
  85.      HW_TIMER                    (Default: off):
  86.      IDLE_SECONDS                50
  87.      IDLE_SENSITIVITY            (Default: 75):
  88.      INT_DURING_IO               (Default: off):
  89.      KBD_ALTHOME_BYPASS          (Default: off):
  90.      KBD_BUFFER_EXTEND           (Default: on):
  91.      KBD_CTRL_BYPASS             (Default: none):
  92.      KBD_RATE_LOCK               (Default: off):
  93.      MEM_EXCLUDE_REGIONS         (Default: empty):
  94.      MEM_INCLUDE_REGIONS         (Default: empty):
  95.      MOUSE_EXCLUSIVE_ACCESS      (Default: off):
  96.      PRINT_SEPARATE_OUTPUT       (Default: on):
  97.      PRINT_TIMEOUT               (Default: 15):
  98.      VIDEO_8514A_XGA_IOTRAP      OFF
  99.      VIDEO_FASTPASTE             (Default: off):
  100.      VIDEO_MODE_RESTRICTION      (Default: none):
  101.      VIDEO_ONDEMAND_MEMORY       (Default: on):
  102.      VIDEO_RETRACE_EMULATION     OFF
  103.      VIDEO_ROM_EMULATION         (Default: on):
  104.      VIDEO_SWITCH_NOTIFICATION   ON
  105.      VIDEO_WINDOW_REFRESH        (Default: 1):
  106.      XMS_HANDLES                 (Default: 32):
  107.      XMS_MEMORY_LIMIT            (Default: 2048):
  108.      XMS_MINIMUM_HMA             (Default: 0):
  109.  
  110.   4. For more information refer to the book "Using the Operating System" that
  111.      came with your OS/2 package.
  112.  
  113. *******************************************************************************
  114. * Jose Hoard                                                                  *
  115. * (919)-387-7387                                                              *
  116. * Prodigy ID: SSJC21A                                                         *
  117. *******************************************************************************
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.