Search found 3 matches

by garf
25 Jan 2013 05:12
Forum: DOS Batch Forum
Topic: For-loop
Replies: 4
Views: 3003

Re: For-loop

I want to check if the filedate, time en size are the same for some files on my pendrive so they are up to date after running the bat file attached here. If it isn't equal to the server it'll copy the file from to server to my pendrive. rd = remote directory, it's my server rf = remote file on the s...
by garf
25 Jan 2013 04:11
Forum: DOS Batch Forum
Topic: For-loop
Replies: 4
Views: 3003

For-loop

Hi, I have a filelist FL with a few filenames: set FL=test1 test2 test3 I've populated 2 arrays lf (localfile) en rf (remote file) with a lot of data. For example 2 lines like this but there are a lot more: set lf[test1][size] set rf[test1][size] I want to compare the 2 arrays in a new for-loop but ...
by garf
21 Jan 2013 09:02
Forum: DOS Batch Forum
Topic: Check fileversions
Replies: 2
Views: 2218

Check fileversions

Hi, I'm new to this forum and need your help. I have a server with packages that I have to install on new computers. Because I can't always use the link to the server I've put some packages on my USB-drive to install locally (which is faster). What I want to do is make a bat-file that checks if a ne...