Sunday 5 June 2011

DOS command to delete the file in the directory above your current directory?

%26quot;del ..%26quot; seems to delete everything in the directory above current but I can not figure out how to delete a single file without just changing the directory to the proper and deleting it from there.|||del ../filename|||del ..\filename.ext