Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to compare 2 file date time stamps in bat
Name: srini_vk Date: June 15, 2009 at 11:35:48 Pacific OS: Windows Subcategory: Batch
Comment:
Hi All,
I've 2 files a.c and b.c How can I find which one is newer(datetime) among them using either batch file OR at command line
Summary: Hi, I need to compare 2 files using awk, file1 & file2 line by line. Field 5 in everyline of file1 should be compared in whole file2 & if match is found then print that line in file2 & then print next...
Summary: hello, i have 2 text files, one is small (file_1: about 200 lines) and the other is fairly large (file2: 12 k - 20 k lines). file_1: tango 12 beta 256 alpha 1700 tango 1200 file_2: tango 12 tango 125 ...
Summary: First, to be technically accurate, your question should be "how to combine 2 binary files?" Assembly files would be files of assembler language code. Assembler is a language just as C/C++/Java/Basi...