Does Warehouse have an .ini file, and if so what are its specifics ?
Warehouse has an initialization file that is named wh.ini or WHINI. In order to make use of it, a file by this name should be created as a text-type file and placed in the same directory as the Warehouse executables. The file layout is similar to .INI files in the Windows environment. The first line must contain the string [Warehouse] and subsequent lines are used to set global options available in the SET statement. Options available are: AUTOPAD, MSGS, PAGELENGTH, PAGEWIDTH, PROGRESS, START and STATS. Note that the contents of the Warehouse initialization file will override the intrinsic default settings for all Warehouse client and server processes that are executed from its directory. An example WH.INI file: [Warehouse] STATS=OFF AUTOPAD=ON PAGELENGTH=55 Any malformed or erroneous key/value pair setting will be displayed before the Warehouse startup banner line. In the event of such an error, Warehouse will continue to run under the default settings. Tip : the current option settin