Bugtraq mailing list archives

Re: SUBST problem


From: francis.favorini () DUKE EDU (Francis Favorini)
Date: Wed, 1 Dec 1999 16:44:05 -0500


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


Current thread: