Summary: I have a script that I'm trying to use to delete files off a server. I have a .txt file with the location of the files needing deleting. How do I ge...
Summary: Can any script gurus tell me why the following VBS script doesn't run at all on my XP box? It's supposed to echo all files newer than the specified d...
Summary: I have some text files which i have to ftp them from one server to other. I can use PUT command, but for each file i have to call it. Assume that ther...
Summary: Thankyou for quick response. I tried that script, and it gives me this error: --------------------------------------------------------------------- Sc...
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: I may be overstepping as a new guy, but take a look at my posting. http://www.computing.net/programmin... This is MS-DOS code for deleting files by ol...
Summary: I’m just getting started with VB Script and I need to figure out how to compare two text files for duplicate numbers and then echo those duplicates....
Summary: I am looking for vbs script that would monitor a certain folder (x:\test) for new .txt files. and if a new .txt file is found an email would be sent ...
Summary: Hi everyone! Excuse me for my poor english... I would like to write a script that create shortcuts on my desktop, to file with ".vmx" extension in my ...
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'm trying to write a vb script for windows xp that will read a list of clsids from a text file then build a vbscript to build a batch file based on t...
Summary: Guys, Thanks for your help. I should probably explain my self a little better. We have a script that deletes files older than 30 days on one of our d...
Summary: I need to add to an existing VBS script - to read the contents of a CSV file and locate specific data, then the check the date to see if it matches th...
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 actually found a solution in the forums posted by dtech Set fso=CreateObject("Scripting.FileSystemObject") CleanPath="I:\Test\" For Each file In fso...
Summary: Know anything about recursive functions Crossroads? Becaue that is what is needed. A recursive function is a function that calls itself. Can be quit...
Summary: Is there any batch or any script which will help sent a file from my pc to user end pc over the nt. for ex. I have to update a user pc everytime there...
Summary: Hi WkEndHacker, Here a improved and corrected version of my previous script (that retained some bugs) with comments embedded. It exploits dynamic vari...
Summary: Hi all! I'm pretty new to programing...i have bem "playing" with some batch files (simple ones), but now i've a question about a vbs script, hope any ...
Summary: i have .csv files with timestamps in a folder lke below. 20080302112305.csv 20080302123005.csv 20080302131207.csv 20080302172309.csv I need to keep on...
Summary: this is a followup from my previous post.. however, the conditions for the script has changed.. how do i do this in a script file? i have files in a f...
Summary: How to delete a particular file from many folders. For example there are many folders in particular location say c:\temp\folder1 in c:\temp there are ...
Summary: I am looking for a vb script to put a time and date stamp on a folder I am moving data to. I want it to create the folder with a time and date stamp a...