home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / printusb.zip / usbprt.ddp < prev    next >
Text File  |  2001-10-31  |  1KB  |  34 lines

  1. *******************************************************************
  2. *                                                                 *
  3. * This is a device driver profile for a USB Printer driver.       *
  4. * DDINSTAL would use this profile to automatically install the    *
  5. * target device support.  The complete profile is processed only  *
  6. * when the TSTUSBC.EXE program returns 0, indicating that the     *
  7. * USB basic stack is actually installed in the workstation.      *
  8. *                                                                 *
  9. *******************************************************************
  10.  
  11. * Check for the presence of an USB UHCI compliant host. 
  12.  :PRESENCECHECK
  13.  TSTUSBC.EXE
  14.  
  15.   ***********************************************************
  16.   * The remainder of this file is processed only if         *
  17.   * TSTUSBC.EXE indicates detection of the USB driver stack.*
  18.   ***********************************************************
  19.  
  20.  :TITLE
  21.  IBM OS/2 Printer Device Drivers
  22.  
  23.  :CONFIG               * Add this line to CONFIG.SYS
  24.  DEVICE=\OS2\BOOT\USBPRT.SYS
  25.  
  26.  :FILES
  27.  USBPRT.SYS  \OS2\BOOT\USBPRT.SYS
  28.  USBMON.EXE  \OS2\USBMON.EXE
  29.                        * Move these files from the installation
  30.                        * diskette to the \OS2\BOOT directory on the
  31.                        * target partition.
  32. 
  33.  
  34.