Bugtraq mailing list archives
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
By Date By Thread