talon39
January 8th, 2005, 06:03 PM
I'm trying to create a batch file for use in Windows XP that will Delete all directories that start with XA. I tried the following:
RD /s /q XA*
I get the following error:
The filename, directoryname, or volume label syntax is incorrect.
I think that I just dont know how to correctly use a wildcard with directories in an Xp enviroment. Can anyone help me?
Thanks
RD /s /q XA*
I get the following error:
The filename, directoryname, or volume label syntax is incorrect.
I think that I just dont know how to correctly use a wildcard with directories in an Xp enviroment. Can anyone help me?
Thanks