Search found 2 matches
- 03 Nov 2010 22:56
- Forum: DOS Batch Forum
- Topic: Batch file with if statement to check file size
- Replies: 2
- Views: 4587
Re: Batch file with if statement to check file size
Hey thanks so much for that code this will help me out so so much. I wanted to know if you or anyone for that matter wouldn't mind looking over the rest of my code checking for syntax errors or anything else that does not look right. I see 2 problems as it stands first would be the new files which a...
- 03 Nov 2010 17:30
- Forum: DOS Batch Forum
- Topic: Batch file with if statement to check file size
- Replies: 2
- Views: 4587
Batch file with if statement to check file size
Ok I made this batch file that looks for a file on computers backs it up and replaces it. We can call the file we are looking for file.a and the file that is going to replace it file.b (they share the same name) So right now when the batch script finds file.a it makes a copy of file.a in the same di...