[12815] in bugtraq

home help back first fref pref prev next nref lref last post

Re: SUBST problem

daemon@ATHENA.MIT.EDU (Francis Favorini)
Thu Dec 2 13:38:03 1999

Mime-Version: 1.0
Content-Type: text/plain
Message-Id:  <E525222439A3D111B5F600609712CBED06FDCF@broca.biac.duke.edu>
Date:         Wed, 1 Dec 1999 16:44:05 -0500
Reply-To: Francis Favorini <francis.favorini@DUKE.EDU>
From: Francis Favorini <francis.favorini@DUKE.EDU>
X-To:         BUGTRAQ@SECURITYFOCUS.COM
To: BUGTRAQ@SECURITYFOCUS.COM

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

home help back first fref pref prev next nref lref last post