Summary: I am new to scripting and I am trying to do the following but I am getting a bit lost. I'm sure the solution is quite simple! I want to delete a numbe...
Summary: Hello, I'm very new to scripting. I was wondering if someone could help me with a script to delete all subfolders and files within a specified folder....
Summary: This is what I have, it's close, but doesn't quite do what I need above: Dim fso, rootfolder, subfolder, subfolders Dim objRegEx ' Create FileSystemO...
Summary: I am new to VBS and was wondering how you would write a script that would delete subfolders of subfolders found in a directory.... the delete would ne...
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 help with vbscript. I have a folder which holds .Tif or .jpeg. After user is done with those pic's he/she is suppose to delete pic's in that fo...
Summary: Hello everyone, first post, and not any easy one.. I currently have a script from a few examples that I mashed together that works wonderfully to dele...
Summary: Im trying to delete the contents of the e:\test folder using the command: echo y | del e:\test\ /s via a batch file, though it doesnt delete the subfo...
Summary: Hi, I have a question on SQL. Is there anyone here can show me (the SQL commands) how to delete the Top row (only the Top row) from a Access table usi...
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: ok sorry i dont think they are tabs, im not too clued up on ascii but they display in notepad as a rectangle that i thought was a tab because it doesn...
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...
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 have a problem of deleting a set of string in a flat file,i did some of my own code but it seems that it just clearing all the text boxes.What i...
Summary: If you want to delete all the files in a directory: del d:\someDIR\*.* ===================================== If at first you don't succeed, you're ...
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: Hello. I need to delete a folder called Full Circle Systems Docvue from anywhere it can be found on my computer. I have tried this but get an error ...
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: 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: 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...
Summary: Hi All, I am trying to delete files in a ftp box.file will be present in the below format in the ftp box. abc_200080304122334.txt abc_20008030313544.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: 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...
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...