Summary: I have a batch file that is in an unknown folder and needs to be deleted when it stops running. Any idea? I only Batch if possible, 2000 more lines o...
Summary: Relates to an ealier post with title: Batch File deleting files by date? HAD TO CHANGE FOLLOWING TO GET WORKING 1. In Line: for /f "tokens=2" %%i in (...
Summary: 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 ...
Summary: I have very very little batch programming experience so if I could get somebody to write me a batch Id be forever grateful. I work at a college, and t...
Summary: I am trying to write a batch file that will delete files in a windows secured temp folder. It is located C:\documents and settings\userprofile\local ...
Summary: I have share on a server in which i have files being saved to. I need to purge this folder every so often of files that are no older then 2 days. I ha...
Summary: Hi there I'm having trouble accomplishing the below. I would like a batch file that will delete sub directories and the files contained in them, but...
Summary: I have a batch file that cleans all files out of subfolders and it works fine, but for each folder I'm deleting the contents of, it stops and asks if ...
Summary: I am having a bit of trouble keeping a directory clear of extraneous files, here is the situation. In directory X I have folders A,B and C and they co...
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 no...
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 DO...
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 ...
Summary: Hello Everyone, Recently I've been working on a multifunctional batch file that will make deleting, reformatting, cleaning, transferring, and l...
Summary: One batch file uses start command to open another. Just like the description in "start /?" sais: If it is an internal command or a batch file then the...