Quick Links
Computing.Net Solution CenterDesktop Access to SearchAsk a New Question
Sponsored Results for: Batch scrip to delete
Search Results for: Batch scrip to delete
Product Search Results
Results
1 - 25 of
18725
- higher confidence,
- lower confidence
Batch scrip to delete Summary: Hi , I have to delete files from a network drive..(which is accessible from my system)via a batch script, that are older than 3 days...the file name i...
Batch File To Delete Line Summary: Is it possible for a batch script to delete a single line in a txt file? example: my.txt contains the following: ab cd is it possible to delete cd usi...
Batch file to delete files in a dir 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 (*.*) ...
batch file to delete 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...
Batch file to delete profiles 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...
Batch file to delete files by date. 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 ...
batch file to delete folders/files 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...
Batch file to delete folder in fol. 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...
Batch script to delete characters Summary: Hello. I'm a complete beginner at scripting and would like some help. I've got about 1 000 .txt files in a folder and I would like to delete character...
Batch File to Delete Files Older Than 1 Day Summary: Any help here is appreciated, I'm pretty weak with Batch file programming. Looking to Schedule a Batch file to run daily that will: - delete all *.BA...
Batch file to delete unknown folder Summary: Hey! I need batch file that removes all subdirectories from directory. Example: I have directory on my desktop named N152. Its including directorys G...
Need batch file to delete old files 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...
Batchfile to delete multiple folder Summary: I am trying to create a batch file to delete mulitple folders within a folder. The folders pre-generate when a program is ran. The folders names are...
batch file to delete images 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...
Batch Script to delete '?' character in txt 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...
Batch file to delete lines in large CSV file Summary: Hi I need to delete the first 27 lines of a file then write in a line on top; I have the script which do exactly the same but since the file I need to...
Batch file to delete lines from ini Summary: It should work, but I have no LAN on hand, so try; UNC notation may be allowed in the FOR clause. If that doesn't work, you can copy the FileDir.txt f...
Batch to Delete files in a folder 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...
Batch File To delete folders Summary: Try This .. It Will Skip The Latest 30 Folders And Delete The Rest .. It Is In Debug Mode ... Remove The Echo from line 5 after "do" to actually make ...
delete a registry key with batch? Summary: Hi everyone, SN, I was able to create a batch file to delete a registry entry using the links you provided. Ian, I believe SN does understand the po...
Batch File to open and move .ttf fi 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...
Batch file for deletion of backups Summary: Wouldn't that command delete the most recent backups (if there are more than 10) I would like a batch to delete all the oldest backups, leaving the mo...
batch file to call reg files? 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...
Batch File To temporarily backup 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...
Batch File to clean folders Summary: Anyone knows how to create a batch file to clean up a folder based on a certain number of days? I want to delete files older than 7 days but I don't k...
Jump To:
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>Sponsored Results for: Batch scrip to delete