Summary: Hi, I have a requirement to deleted a month old files in windows folder. Also can anyone suggest how to delete a file using attribute key in DOS. Mine...
Summary: I want to replace some fo the xml tag in new xml file from old file. e.g. i have old file with following <add key="Root" value="346"/> <add ...
Summary: If you're backing up the files each night and only want to delete the files that are 30+ days old, why does the script need to compare the workstation...
Summary: Need help locating a file through DOS using FTP. There are so many directories until i have exhausted all possibles. Please help with a command or b...
Summary: Hi, Thanks for your reply. It works. But I do not want to delete latest 1week or 1 month file Say, I have received user.csv file for last 8 months on ...
Summary: This is from an old post of a batch file provided by M2. deleting old backups http://www.computing.net/answers/pr... ##sample script## :: keep14z2.bat...
Summary: Hi all, I have a sql database, each night i have a batch file run to back this up to a specified folder; C:\Program Files\Microsoft SQL Server\MSSQL$S...
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: How can I create a self deleting batch file. i have the batch file and I know you can use the del command but what I want to do is have it self delete...
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: I found this code and tried to modify it for my purposes. I wanted to find the word "cookie" in some text based files and then delete the file if fou...
Summary: "I run a query that will match" I don't know what that means. But maybe it boils down to 'delete OLD files if they exist in the NEW folder'. So if yo...
Summary: hi Mechanix2Go bro your solutions are also doing the same. Mechanix2Go its just deleted 3 files not every .tmp files I don't know whats wrong with it ...
Summary: Hi, Could you please provide me the proper Dos code that removes old .csv file. The 1 month old file should not be removed. Location of the folder C:...
Summary: Hey Fellas, I am Stuck at another corner. I have pdf files in one folder and same files in second folder. When i add new files to folder one and run ...
Summary: Hi, I have been asked to make a TSR in C/DOS which can open and DISPLAY a TIFF image file. Can any one help in how I go about, basically displaying th...
Summary: I've got this code to delete temp file from default_temp **BUT** my database also creates other temp files under default_temp_vfw78w6r and default_tem...
Summary: I'm a C++ student using CBuilderX at my high school. I was wondering how to delete a file. Please don't show me only the command, but the context in...
Summary: I'm a C++ student at my high school. I was wondering how to delete a file. Please don't show me only the command, but the context in which it is use...
Summary: I have used system("del temp.txt") to delete a file before. But now i want to delete a file whose filename is stored in the string variable "fname" an...
Summary: I need to replace the old files with the new files whenever the new release is made for testing an application. I want to write a script so that it cl...
Summary: Hi, With the help of the experts/posts here, I pieced together the following three batch files... the initial goal was to create a new, incremented fo...