Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
I often run a batch file that copies .txt files from folder A to folder B. Easy enough. Often there are 0KB files that are generated in Folder A. I do not want to copy these files to folder B. Is there a command or utility that I can use to prevent the 0KB files from being copied over?
Name: dtech10 Date: July 18, 2002 at 15:51:50 Pacific
Reply:
Hi Joe I don't know of any batch file to prevent 0kb files being copied over, but I could write a command line utility in C to do this, and email it to you. Harry
0
Response Number 2
Name: dtech10 Date: July 20, 2002 at 16:00:51 Pacific
Reply:
Hi Joe This also might be usefull for your copying of 0kb files. www.xxcopy.com
Summary: Hi, to create a file of a certain size in C++, one can create a file pointer and use malloc to allocate that much amount of memory. But say if there is a storage device connected to the machine whos...
Summary: Is there a way i can copy/ move the files from a specific directory which have been modified on a particular date i was able to get a list of files using the following script dir /a-d |find "02/10/200...
Summary: I want to use a batch file to copy part of a file to another file. Specifically from html to html. The section i want to copy is surrounded by comment <!--menu-->. I want to copy from one and pu...