Search found 2 matches

by jem00
18 Jun 2008 18:10
Forum: DOS Batch Forum
Topic: Increment Variable
Replies: 2
Views: 13059

Increment Variable

Hey guys, Is it possible to increment the value of a variable during an xcopy? For example: set /a counter = 1 xcopy /d /e/ h/ y c:\folder c:\anotherFolder There are 100 files in the folder. For the above example is it possible to increment the value of counter after one file has copied? so 1 out of...
by jem00
16 Jun 2008 08:25
Forum: DOS Batch Forum
Topic: Progress Bar
Replies: 3
Views: 28545

Progress Bar

I have looked everywhere...at least I think so....online, and I can't find anything on progress bars in batch. Is it possible? I have a little backup up script that runs and it is quite visually boring and I since there are quite a number of files that are being backed up i have no sense as to when ...