Saturday, November 20, 2010

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

';del ..'; 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.DOS command to delete the file in the directory above your current directory?
del ../filenameDOS command to delete the file in the directory above your current directory?
del ..\filename.ext

No comments:

Post a Comment