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
- SUBST problem Dave Tarbatt - ACS
- Francis Favorini
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