Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch DEL help!
Name: Jza Date: May 14, 2007 at 14:51:33 Pacific OS: Windows XP, SP2 CPU/Ram: AMD 64bit Athalon, 1GB DD Product: HP Pavilion a1222n
Comment:
I'm trying to write a batch file capable of deleting a file located in an unknown directory. I want the batch file to be able to delet a file named hello.jpg, without knowing the directory it is in. Is this possible?
Summary: After receiving so much help so far, I must continue to learn more. In my batch file, one of the lines is: del "D:\Backup\Test\*.*" /y/g When I run it, I get the reply that /y is an invalid switch. ...
Summary: I have a problem. I am trying to write a batch file which will delete a 0 KB .SPL file and an associated .SHD file, which is not 0 KB. Each .SHD file has the exact filename as the .SPL file, for exa...
Summary: Hi Could anyone help me figure this out? I’m trying to create a batch file that will go to the C:\ drive and search for the last folder created (e.g SU550) then create a new folder called SU5...