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: 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: 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...
Summary: Hi, I'm making a batch file that writes your OS version on a .tmp file. Is there a way the batch file can delete the .tmp file when the user closes...
Summary: Thanks for your help. But this time batch file deleted all charater except the last line http://225. And the jaf.bak also only have the last line. ...
Summary: I got a small bat-file to cooperate with an exe-install routine, but can not find the exact syntax for a directory where I only know the name - not th...
Summary: I want to do a (preferably) batch file, that searches for a certain string in a file and deletes the line its at. So if for example the file consists ...
Summary: I would like a batch file that will delete sub-directories and the files contained in them, but it should keep the most recent 10 directories. example...
Summary: I need to create a batch file that will compare files and folders on a server to their counter parts on a workstation and delete anything older than a...
Summary: Ok So I really need help, I need this batch file to run a backup of files that are in a certain directory(directory A), then copy those to a new direc...
Summary: Hi, I made a batch file that I put in a WinZip self extractor. The idea is that the zip-file extracts to a folder, and then the bat file gets executed...
Summary: I'm needing help with a batch file to check the date of files in a particular directory and delete the files older than 90 days. Is there a way to do ...
Summary: hi thanks a lot for the very speedy reply. i didnt really explain myself too well. i have a lot of text files in a folder and every one has a header, ...
Summary: I have 3000+ folders with unique names, each with several common subfolders within them. What I would like is a batch file that could look in a partic...
Summary: Hi I am trying to get a batch file to delete files which has dates older than 7 days so far I have @ECHO OFF CLS FOR /R C:\User_share %%FILE IN (*.*) ...
Summary: Hi, I need help with a batch file, i need it to delete all folders, subfolders and files from C:\Documents and Settings except for four folders named:...
Summary: I have asimilar question and I am not sure how to modify your answer to fit my needs, could you point me in the right direction. here it is: I have a...