I'm guessing this is a basic DOS question, its with the del command. All I want to do is delete a file.
C:\Documents and Settings\matthewe\Desktop\testfolder>del C:\Documents and Settings\matthewe\Desktop\testfolder\test.pdf The system cannot find the path specified.
I can guarantee that test.pdf exists, and the fact I've been able to cd to the correct folder shows it exists. So why the error?