home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / qvdm102.zip / QVDM102.DOC < prev   
Text File  |  1994-02-09  |  4KB  |  103 lines

  1. QVDM Version 1.02
  2. =================
  3. This program requires OS/2 Version 2.1.
  4.  
  5. QVDM is a PM-based program which extracts the DOS settings from programs that 
  6. run in Virtual DOS Machines and writes them to a text file. The files can be
  7. used to create new program objects with the same VDM settings.
  8.  
  9. To install, unzip the archive and put QVDM.EXE, QVDM.HLP and QVDM.BMP in the 
  10. same directory, then start QVDM.EXE, either from the OS/2 command line or in 
  11. the Workplace Shell.
  12.  
  13. QVDM requires that OS/2 REXX and REXXUTIL.DLL is properly installed on your 
  14. system. If necessary, this can be done by running Selective Install and
  15. checking the "REXX" box.
  16.  
  17. QVDM Version 1.02 is being distributed as freeware. It may be freely copied and
  18. distributed.
  19.  
  20. Thanks to all the people who sent suggestions and reported bugs in Version 1.00.
  21.  
  22.  
  23. Bugs Fixed
  24. ==========
  25. The boot drive was not being correctly identified in some cases, resulting in
  26. QVDM not reading CONFIG.SYS. The program now searches for CONFIG.SYS
  27. directly and asks when it finds more than one. This is written to QVDM.INI so that
  28. it is only necessary to ask the first time QVDM is used.
  29.  
  30. Some DOS settings ("DOS_BREAK" and "DOS_SHELL") were not being properly
  31. updated when the default was changed in CONFIG.SYS (with "BREAK=" and
  32. "SHELL="). This has been fixed.
  33.  
  34.  
  35. WARNING - Known Bug
  36. ===================
  37. Description:
  38.       Sometimes the "Write Settings to File" and "Create New Object" windows
  39.       will not respond to the mouse. The mouse cursor does not change shape
  40.       correctly when moved in and out of the window controls. 
  41. Solution:
  42.       The window will still respond to the keyboard. Pressing a key will also
  43.       re-enable the mouse (do not press ENTER as this will signal the default
  44.       button).
  45.  
  46. The condition occurs when the mouse cursor is within the window's boundary
  47. when the window appears. I cannot fix this problem, it appears to be a bug in the
  48. 4GL I am using.
  49.  
  50.  
  51. Modifying QVDM Files
  52. ====================
  53. QVDM files are ASCII text file which can be edited with any text editor.
  54. The file consists of several sections with headers in square brackets.
  55.  
  56. [Version]
  57.       The version of QVDM used to create the file - not used at present.
  58.  
  59. [Progname]
  60.       The name of the program object from which the file was made.
  61.       The session type for information only - not used.
  62.  
  63. [Session]
  64.       The OS/2 code for the session type. The following values can be used:
  65.            4  = DOS Full Screen
  66.            7  = DOS Windowed
  67.            15 = WinOS/2 Standard Mode Seamless Separate Session
  68.            16 = WinOS/2 Standard Mode Seamless
  69.            17 = WinOS/2 Enhanced Mode Seamless Separate Session
  70.            18 = WinOS/2 Enhanced Mode Seamless
  71.            19 = WinOS/2 Enhanced Mode Full Screen
  72.            20 = WinOS/2 Standard Mode Full Screen
  73.  
  74. [Settings]
  75.       Start of DOS settings list.
  76.  
  77.       When the file is created, this contains all possible settings. Some, 
  78.       such as TOUCH_EXCLUSIVE_ACCESS or NETWARE_RESOURCES, may not
  79.       normally appear on your system, if you don't have the appropriate 
  80.       hardware.
  81.  
  82.       It is not necessary to have all the settings in the list, only the ones you 
  83.       want to change. You can delete any you are not worried about. The system
  84.       default value will used for any settings not listed.
  85.  
  86.       If you are creating an object from someone else's file, it is a good idea to
  87.       delete or modify settings which are specific to their system, such as
  88.       DOS_SHELL. 
  89.       
  90.       NOTE - QVDM does not check for illegal settings. If you are not sure 
  91.       what the legal values for a setting are, open an object's Settings 
  92.       notebook and check. OS/2 will ignore illegal values.
  93.  
  94. [End]
  95.       End of the settings list. 
  96.  
  97. Both [Settings] and [End] must be present, or QVDM will reject the file.
  98.  
  99. ---------------------------------------------------------------------------------
  100. James Brombergs
  101. bro561@geel.dwt.csiro.au
  102.  
  103.