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.
dir size of complete tree
Name: ed Date: December 8, 2000 at 11:02:00 Pacific
Comment:
Is there a dos command or a dir command to give the entire size of a directory and all subdirectories and files? Thanks.
Summary: I am trying to create a dos batch file, part of which requires validate the folder has not exceeded the given quota. So does anybody know any batch command (or batch file) which gives the size of fold...
Summary: G'day, Not sure how you would go about it using a batch file. If no-one else can help , you could consider using a programming language like QBasic, C or Pascal. If there is a DOS service or BIOS call...
Summary: Hi, Using dos script i want to check the size of the file. If it is over 1 mb i want to rename it. i got the logic for renaming with time stamp but not clear with the file size. I am not passing file ...