home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / fileb190.zip / SETTINGS.TXT < prev    next >
Text File  |  1994-11-25  |  4KB  |  116 lines

  1. WPS SETTINGS OUTSIDE THE WPS!!
  2. ------------------------------
  3.  
  4. If you want to use FileBar as a WPS replacement yet still need access
  5. to DOS settings (to modify performance features, extended memory, etc),
  6. you now can!
  7.  
  8. Upon execution of an application, FileBar will look in the specified
  9. default directory (as specified in the item data dialog) for that item for a
  10. file named SETTINGS.INI. In this file, you can place settings for the
  11. specified executable.  See the notes at the end of this document for more
  12. instructions on how to do this.  The settings are specified one per line and a 
  13. list of available settings follows:
  14.  
  15. (NOTE THAT THIS LIST MAY *NOT* BE ALL INCLUSIVE!!  As newer versions of OS/2
  16.  come out, this list may not detail -all- the possible settings that exist.
  17.  At this writing, OS/2 2.1 is the current OS/2 release.  If you there are
  18.  settings that are not listed here, that you believe exist, please try them
  19.  (according to the format below) or use QVDM to grab them.)
  20.  
  21. AUDIO_ADAPTER_SHARING
  22. COM_DIRECT_ACCESS
  23. COM_HOLD
  24. COM_RECEIVE_BUFFER_FLUSH
  25. COM_SELECT
  26. DOS_AUTOEXEC
  27. DOS_BACKGROUND_EXECUTION
  28. DOS_BREAK
  29. DOS_DEVICE
  30. DOS_FCBS
  31. DOS_FCBS_KEEP
  32. DOS_FILES
  33. DOS_HIGH
  34. DOS_LASTDRIVE
  35. DOS_RMSIZE
  36. DOS_SHELL
  37. DOS_STARTUP_DRIVE
  38. DOS_UMB
  39. DOS_VERSION
  40. DPMI_DOS_API
  41. DPMI_MEMORY_LIMIT
  42. HW_ROM_TO_RAM
  43. HW_TIMER
  44. IDLE_SECONDS
  45. IDLE_SENSITIVITY
  46. INT_DURING_IO
  47. KBD_ALTHOME_BYPASS
  48. KBD_CTRL_BYPASS
  49. KBD_RATE_LOCK
  50. MEM_EXCLUSIVE_ACCESS
  51. PRINT_TIMEOUT
  52. SIO_(group)
  53. VIDEO_8514_XGA_IOTRAP
  54. VIDEO_FASTPASTE
  55. VIDEO_MODE_RESTRICTION
  56. VIDEO_ONDEMAND_MEMORY
  57. VIDEO_RETRACE_EMULATION
  58. VIDEO_ROM_EMULATION
  59. VIDEO_SWITCH_NOTIFICATION
  60. DPMI_NETWORK_BUFF_SIZE
  61. EMS_FRAME_LOCATION
  62. EMS_HIGH_OS_MAP_REGION
  63. EMS_LOW_OS_MAP_REGION
  64. EMS_MEMORY_LIMIT
  65. HW_NOSOUND
  66. VIDEO_WINDOW_REFRESH
  67. WIN_CLIPBOARD
  68. WIN_DDE
  69. XMS_HANDLES
  70. XMS_MEMORY_LIMIT
  71. XMS_MINIMUM_HMA
  72.  
  73. The above list may not be all-inclusive...  (Also, for users of the STARTD 
  74. program, your initialization files are directly compatable with FileBar.  
  75. Simply copy them to the default directory for an item and rename them
  76. SETTINGS.INI)
  77.  
  78. Remember that YES and NO responses (which are found in OS/2's setting's
  79. notebook) should actually be encoded using 1 (for yes) and 0 (for no).
  80. So, if you want to set setting XYZ to yes, your settings.ini file must
  81. include the line "XYZ=1" and NOT "XYZ=YES".
  82.  
  83.  
  84. QVDM102
  85. -------
  86.  
  87. As an aid to help you construct SETTINGS.INI files, you should look into
  88. obtaining the freeware program QVDM102.  It is a program that will take
  89. WPS settings from an object and write them to a file.  The file it writes
  90. contains a [Settings] section that is compatable with FileBar.  If you want
  91. an easy way to make FileBar mimick the functionality of your WPS objects,
  92. grab this free program (QVDM102.ZIP on ftp-os2.cdrom.com and many other
  93. major bulletin boards).
  94.  
  95. With QVDM, if the settings.ini file it generates does not seem to work,
  96. go through the file and replace all instances of =YES to =1 and =NO to =0.
  97. If it still does not work, you may want to try replacing all occurences 
  98. of =ON to =1 and =OFF to =0.  If that does not work, please see the manual
  99. for more details.
  100.  
  101. ------------------------------------------------------------------------------
  102.  
  103. sample SETTINGS.INI #1
  104. ----------------------
  105. DOS_RM_SIZE=640
  106. IDLE_SECONDS=60
  107.  
  108. sample SETTINGS.INI #2
  109. ----------------------
  110. DOS_RM_SIZE=620
  111. IDLE_SECONDS=0
  112. IDLE_SENSITIVITY=100
  113. HW_TIMER=1                              (1=ON, 0=OFF)
  114.  
  115.  
  116.