Re: SUBST problem

From: Francis Favorini (francis.favoriniat_private)
Date: Wed Dec 01 1999 - 13:44:05 PST

  • Next message: Trev: "Re: Ultimate Bulletin Board v5.3x? Bug"

    You can get rid of all SUBST'ituted drives using the following:
    
    for /f "delims=\" %d in ('subst') do subst %d /d
    
    (Only works on NT.)
    
    	-Francis
    



    This archive was generated by hypermail 2b30 : Fri Apr 13 2001 - 15:16:13 PDT