Search found 211 matches

by thefeduke
05 Apr 2015 13:46
Forum: DOS Batch Forum
Topic: script to count number of files and compare source and dest
Replies: 5
Views: 4878

Re: script to count number of files and compare source and d

My first post may not be in the spirit of DOSTips in brevity nor elegance but here is an excerpt of some backup code that is similar in approach. You have to imagine values for some of the variables. IF EXIST %temp%\'homepics.txt ERASE %temp%\'homepics.txt FOR /F "usebackq tokens=1-4,5* " ...