Search found 5 matches

by arestas
10 Apr 2015 07:29
Forum: DOS Batch Forum
Topic: I need to compare two sets of folder information
Replies: 7
Views: 2635

Re: Need some help with simple program

Tanks for all the foxidrive.

It works like a charm.

Regards,

Arestas
by arestas
10 Apr 2015 02:48
Forum: DOS Batch Forum
Topic: I need to compare two sets of folder information
Replies: 7
Views: 2635

Re: Need some help with simple program

i would like to compare DU result, but only by the Size.
Any ideas on how can i extract only the value of the size from the 2 output files and compare them?
by arestas
09 Apr 2015 11:21
Forum: DOS Batch Forum
Topic: I need to compare two sets of folder information
Replies: 7
Views: 2635

Re: Need some help with simple program

Iam moving some fileshare for new servers. For that iam using a robocopy script. what i wanna implement is some kind of automatic validation. So i ve created a script to to check folder size at source and at destination using a windows tool called du. That script will write 2 text files with the out...
by arestas
09 Apr 2015 10:29
Forum: DOS Batch Forum
Topic: I need to compare two sets of folder information
Replies: 7
Views: 2635

Re: Need some help with simple program

Well, iam copying files from one file server to another using a robocopy script. What i pretend is to compare source and destination by size. if they are the same send an email saying "task ended" and if they are not send a email saying "check folder". To compare sizes iam using ...
by arestas
09 Apr 2015 08:21
Forum: DOS Batch Forum
Topic: I need to compare two sets of folder information
Replies: 7
Views: 2635

I need to compare two sets of folder information

Hello, Iam new around and in the batch scripting world. iam having some issues to create a simple script to extract a value from a output i have. Output similar to: Files: 193368 Directories: 1003 Size: 5,459,286,921,170 bytes Size on disk: 5,459,693,432,960 bytes i want to take the value of the &qu...