Summary: Hi, I'm trying to figure out the script to delete the '?' character that is randomly appearing in numerous places in a txt file database I have. Any h...
Summary: Hi IVO, The above solution has worked except that I replaced the ! with the % bcoz with ! it din work. Thank you very much for the solution. I have a ...
Summary: Hi, I was hoping someone could help me with my request? I'm looking for a VBScript that would perform the following: Scan files (with exact full file...
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'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, I am new to batch scripting and need some help from all your genius' out there. I want to write a script that will delete files older than 14 days...
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 need a batch file to open folders in c:TempFonts and then move and delete any .ttf files therein to s:Projects\_fonts. I am a newbie to DOS batch fi...
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: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
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: OK so lets say that you moved all of your music files from one folder to a dif. folder where the rest of your music files are. ya know, just doing som...
Summary: Hi i need to know how to create a batch file that, besides recording the pinging of an IP device, adds the TIME of each PING at the end of each line e...
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...
Summary: I am trying to make a batch file that will empty all sub-directories of a certain name. The contents of these directories is not important (can be del...
Summary: Hi, I hav file custom_testverbs.csl file which consists of following text.I need a batch file in which i wil pass function name (say)TEST_SCROLL_UP as...
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: We have a directory c:\temp that act as storage for a directory monitor for printing before it moves files along. Within c:\temp a unique folder name ...
Summary: Hello, I’m trying to make a bat file that will delete all files in the My Pictures and the My Music folders for a particular user. This should work...
Summary: Hello, I find myself in the position of needing a batch file to do a specific task for a menu system I am making. What I need is this: I have a c:\win...
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...