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 file, delete directory, NTFS
Name: Death_Himself Date: April 28, 2002 at 20:37:54 Pacific
Comment:
Hello, I am attempting to write a small batch file to accompany my programs uninstaller. This file is to be used to delete any files left over after the uninstall process is complete. The problem I am having is with windows XP and (assuming) NTFS. How can I have this batch file delete the left over directory tree? I had it working before I formatted and went to NTFS (good thing too, woulda never found the error). Is it possible?
Summary: You guys are strange. His question applies to batch files deleting directories. Personally I find nothing wrong with the post. Can you do this with DOS? YES. Will the same commands work under W2Ks com...
Summary: I want to make a batch file that will go through all the files in a directory one at a time and asks if each one should be deleted. Then the user can type y or n and proceed without pressing the enter...
Summary: Everyone knows that typing del *.* /p in dos in windows 98 allows you to select y or n without hitting enter afterwards whether to delete a file or not. Does anyone know if this is possible in XP usin...