home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol12n22.zip / QPATH.ZIP / QPATH.DOC < prev   
Text File  |  1993-11-29  |  2KB  |  38 lines

  1. QPATH.COM  (VERSION 1.0)                Copyright (c) 1993 Douglas Boling
  2. -------------------------------------------------------------------------
  3.              First Published in PC Magazine December 21, 1993 (Utilities)
  4. -------------------------------------------------------------------------
  5. QPATH by Douglas Boling
  6.  
  7. PURPOSE:
  8.          A small TSR (Terminate and Stay Resident) utility that directs DOS
  9. to begin its search for a command with a given path rather than with the
  10. current directory, and which prevents DOS from executing specified commands.
  11.  
  12. FORMAT:
  13.                     QPATH [/D][/E][/U][/X cmd[, ...]]
  14.  
  15. REMARKS:
  16.         Entering QPATH at the command prompt installs the utility, which
  17. requires slightly more than 1K of RAM. On 386 and 486 machines, QPATH may
  18. be loaded in high memory by using the LOADHIGH command of DOS 5.0 or the
  19. equivalent command of memory managers such as 386MAX. The DOS SET command
  20. is used to assign the string indicating the path to be initially searched
  21. to the environment variable QPATH. The path string can be changed from the
  22. DOS prompt at any time.
  23.  
  24.     The optional /X switch precedes one or more commands, separated by
  25. commas, which are to be disabled.  To change the list of such commands
  26. requires uninstalling and reinstalling QPATH. If desired, a command with
  27. the same name as the one that is excluded from execution can be run via
  28. a DOSKEY macro or by specifying the full path with the command.
  29.  
  30.    The /D switch may be used to disable QPATH, restoring normal DOS
  31. operation. The /E switch will enable QPATH once again. If no TSRs that
  32. use Interrupts 21h or 2Fh have been loaded after QPATH's installation,
  33. QPATH can be uninstalled by using the /U switch. QPATH requires DOS 3.3
  34. or later; it is known to be incompatible with DESQview.
  35. --------------------------------------------------------------------------
  36. DOUGLAS BOLING is a Contributing Editor of PC Magazine.
  37. --------------------------------------------------------------------------
  38.