quote:
Thanks for the replies, however, none of the above solutions work.
Eh? Are you sure?

What error messages are you getting back when it doesn't work?

I've just tried it on a Win95 machine:
code:
md c:\%%WINDIR%%

Creates the directory, and
code:
rd c:\%%WINDIR%%

removes it.
You will need to remove the file from the directory before attempting to delete the directory itself, but other than that it should work.

[ 12. November 2002, 16:31: Message edited by: Richard Howarth ]