Summary: Hi! I'm new here, so hopefully some1 can guide me in creating a batch (I'm using XP). Here's the purpose: 1) I have a folder named "ABC". 2) I used a ...
Summary: It is VERY difficult to compare for "more recent" using cmd.exe. On the other hand, it is very EASY to compare the file times to see if the are the sa...
Summary: Hello, I'm hoping someone can help me with a problem. I need to have a batchfile rename a file with the current date, and move the file to a corrisp...
Summary: Hi tony, It uses int 21 function 2a to get system date. YYYY goes into cx. MM & DD get put into cl from dh & dl, respectively. cx holds the size of ...
Summary: I have a text file of workstations that I want to copy files to. I'm trying to make a batch that will read the machine names from the text file, map a...
Summary: Hello all, I've been trying to get a batch file that will go to a specified directory count the number of files (any file and a files with a specifi...
Summary: I want to use a batch to copy files to a plugged in flashdrive. How can I get the drive letter of the flashdrive? (I use different computers so the dr...
Summary: Hi Guru (male/female): Need help with script files (vbs/bat) to be run on XP. Want to compare the first 'X' characters of the file name with the rest ...
Summary: cheers that was impressively fast would you mind telling what I need to modify I assume servfile would be my server file Z:\4D.VER and locfile would b...
Summary: I'm new to DOS batch files but help to do the following: find any files under a certain size in a directory and move them to another directory.. ...
Summary: Hi, just need to get the file size into a variable from a file set . And this file should be the latest in this set. I wrote a batch , but not working...
Summary: I have written a simple batch file that out puts the results to mylog.txt thing is I don't want this mylog.txt to just keep getting bigger and bigger....
Summary: That's rather difficult in a batch file, especially since comparing file sizes and modification times is a pain. However, the Windows Backup utility i...
Summary: goompa, I endorse your statements about M2! comparing files across ftp is possible, but cumbersome. You have to ftp, list the directory, redirect the ...
Summary: Hi, I'm looking to list all file names (including hidden) in a directory that are greater than X amount of meg in size (plus list the size), and al...
Summary: Hi, I have a txt file (eg. files.txt) with the following info: filename filesize. ie: 01a2316a90e2ef0490a7dbb5fd4a033c.exe 6689 010c1cc11110a1c6e4ece1...
Summary: I want a program that will go out and get the size of a certain file every day and append it to a text file. I'll then have a running record of the ch...
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 fou...
Summary: Hi, I want to compare two lists. In list1.txt are the Pc names where the job is done. In list2.txt are all pcs where the job must be done. result.txt...
Summary: thanks i like the compare the dir info idea Thanks I searched around here a bit and found how to compare files from one of your posts i believe is the...
Summary: I am anything but a batch expert, but I have a couple of thoughts: 1. Batch does not have a "read in" capability, so reading in the HTML files and re...
Summary: Ok, I am a comp sci major and I do work study for the admin computing office on campus. Normally I write database reports on our Unix server. My boss ...
Summary: Hi people. how can i read a file(any) and get its size in Assembly? suppose we dont know what type the content of the file is and we want to get its s...
Summary: A (indirect) way to enable the batch to be aware of the download's end is to costantly (say every five minutes) monitor the files' size and presence i...