Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to get for your free account now!
Script to compare files
Name: ufriends Date: July 28, 2008 at 07:45:46 Pacific OS: XP CPU/Ram: 1G Manufacturer/Model: Dell
Comment:
Hi, I am in need of a script as mentioned below:
Input: File names, versions, size (All can be supplied by a text file, Files may be in different folders in C: drive)
Output:It should check for the files (supplied as input)and if file is present it should check for version and size. If it finds any difference then it should generate the output as like size was different for particular file.
Summary: I would like to write a batch script to find all .pst (Microsoft Outlook 2003) files that exceed the size of 1 G. The .pst files reside on a network directory (i.e. u:\%username%). My pc is a Windows...
Summary: Is there a script or batch file I can run to do the following: I have several folders, all of which have 1 subfolder in each named 001. Files are contained in the 001 subfolder. I would like to run a ...
Summary: Hi, i want to rename all the files in my directory by stripping out the first 3 chars of the file. My files are of the type C:\01 file1.jpg C:\02 file2.jpg I want to change them to C:\file1.jpg C:\fi...