did you try something like this
DEL \\.\ driveletter :\ path \ filename
For example:
DEL \\.\c:\somedir\aux
Other than that can you map a drive and try it remotely wrapping the whole
thing in double quotes.
IE rd h:\"aux1:"
can you try to write some vbscript that will delete a folder by reference?
ie
set objFSO=CreateObject("Scripting.FileSystemObject")
Set f = objFSO.GetFolder("D:\aux1:")
objFSO.deleteFolder f,force=TRUE
------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]