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

Reply via email to