We have workstations with a mapping to a \\server\f$

This mapping comes out of another script.
It's a static mapping.

I tryed calling a batch file within the script file who used subst f: /d to delete this static mapping.

But i want it to be dun from within the script.

AcidBurn