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: I did try them. Thank you. Also, I really need a bacth file for this request - purpose (per the title). I created several test scenarios. C:\test\f...
Summary: This is an example of a batch file I am using right now. I need it to delete subfolders in the folders. It already deletes everything else, just not...
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 help with a DOS Batch File. I have added my batch file to a Win98 Boot Floppy. The Batch file includes a Menu. One of the Menu Choices is for c...
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: Wow, I leave for a few days, and no one posts this? The lot of you are slipping. Slipping, I say! Well, if all you're going for is a warning message, ...
Summary: thanks for all the responses, unfoutunately there are other folders contained in the directory. When i run this script it deletes folders by creation...
Summary: Hi Everyone, I'm writing a batch file to delete folders older than a certain date and have come across a strange occurrence. When trying to reduce t...
Summary: I've found that one interesting thing about .bat and .cmd in xp's folder options is that they are not officially listed but can be accessed. Here's ho...
Summary: I am developing a script using MSDOS batch files for searching for strings in a directory My requirement is as follows I have a text file with a set o...
Summary: Either fix the file association or try .cmd instead of .bat(or visa-versa depending on what you are using). Here is a quote from a post I made a while...
Summary: If you are interested there is also a gui fix. Quote from one of my older posts: "Here's how to edit them, goto Control panel>Folder options>File type...
Summary: hello there i dont know whwther this the right section to post but i found this more appropriate then others i want to edit the install path of a dos ...
Summary: Hi Could someone please compile a .bat file for deleting cookies, temporary internet files & history so i can put an icon in IE toolbar. This would be...
Summary: I am trying to write a small batch file to delete a type of file (*.ptl) in a directory and all subdirectories, here is what I have: del D:\directoryn...
Summary: I have a backup folder where each sub folder is named acc to date of backup eg- 23/11/2008. i want to create a batch file that deletes folders older t...
Summary: I am using this batch file to delete profiles @echo off delprof /d:15 /q /i /c:\\COM0006 delprof /d:15 /q /i /c:\\COM0009 delprof /d:15 /q /i /c:\\COM...
Summary: Can some one please help me with batch file. I am trying to create a batch file for multiple files which will check the first 17 characters of the fil...
Summary: Hi I need to split a numeric value ex "111111110" by each digit from the right hand side. Could someone please tell me how to get this done in a DOS ...
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: 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: 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: 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:...