home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / diskmon.zip / DISKMON.ANN next >
Text File  |  1996-05-22  |  3KB  |  76 lines

  1.                               DISKMON
  2.               OS/2 Removable Media Device Shutdown Monitor
  3.  
  4.                             Version 2.0
  5.                        IBM Internal Use Only
  6.                             David Ruest
  7.                           RUEST at GDLVM7
  8.  
  9.  
  10.  
  11. DISKMON waits until OS/2 Shutdown and then looks at all the Local
  12. Removable Media Devices and notifies the user if there is media left
  13. in the device. Optionally this program can be run immediately without
  14. waiting for shutdown.
  15.  
  16.  
  17. The syntax is:
  18.                        ]----------------------]
  19.                        v                      ]
  20.   START DISKMON.EXE -----]------------------]-----
  21.                          ]-  ?             -]
  22.                          ]- /f             -]
  23.                          ]- /i device list -]
  24.                          ]- /r             -]
  25.                          ]- /m1 text       -]
  26.                          ]- /m2 text       -]
  27.  
  28.  
  29.   Optional Parameters:
  30.  
  31.              ? = Display Help. (Don't run)
  32.             /r = Run Immediately (Don't Wait Till Shutdown)
  33.             /f = Give Full Output (List All Devices, Ignored devices,
  34.                                   Local Devices, Local Devices with
  35.                                   Media, and Local Removable Devices
  36.                                   with Media left in them)
  37.             /i = Ignore certain devices. The device list is a space
  38.                       separated list of device names (A -> Z).
  39.            /m1 = Output text message before the device list
  40.            /m2 = Output text message after the device list
  41.  
  42.  
  43.   Notes:
  44.          ? - will cancel out all other options.
  45.         /f - will always cause a display to be given (even if there are
  46.               no removable media devices with media in them).
  47.      /r /f - is useful for debugging and for curious users.
  48.         /i - use when you do not wish to test certain devices.
  49.    /m1 /m2 - output message dialog format format
  50.  
  51.              +----------------------------------------------+
  52.              ]                 Title                        ]
  53.              ]----------------------------------------------]
  54.              ]                                              ]
  55.              ]   /m1 message text (or a default message)    ]
  56.              ]                                              ]
  57.              ]   List of disks with Media in them           ]
  58.              ]                                              ]
  59.              ]   /m2 message text                           ]
  60.              ]                                              ]
  61.              ] OK button                                    ]
  62.              ]                                              ]
  63.              +----------------------------------------------+
  64.  
  65.  
  66.  Known Problems:
  67.      1) The SHUTOBJ PACKAGE on OS2TOOLS contains a shutdown object
  68.         which can suppress closing dialogs.  This function will
  69.         cause DISKMON's output message not to be displayed.  To
  70.         circumvent this problem add an invocation of  DISKMON /r
  71.         to SHUTOBJ's "Clean Up before Shutdown" option in its settings
  72.         notebook.
  73.  
  74. DISKMON PACKAGE is available on OS2TOOLB, and can be obtained through
  75. the TOOLCAT exec.
  76.