Search found 2 matches

by Patte
12 Dec 2011 11:21
Forum: DOS Batch Forum
Topic: Help with ECHO variable after FOR-IN-DO(SET /A [var]%%f)
Replies: 4
Views: 6355

Re: Help with ECHO variable after FOR-IN-DO(SET /A [var]%%f)

Thanks orange_batch and dbenham!

orange_batch, your modification on my code works just great :D
by Patte
06 Dec 2011 14:02
Forum: DOS Batch Forum
Topic: Help with ECHO variable after FOR-IN-DO(SET /A [var]%%f)
Replies: 4
Views: 6355

Help with ECHO variable after FOR-IN-DO(SET /A [var]%%f)

Hi! I have som problem with my code... Im trying to generate variables using a FOR-IN-DO. @ECHO OFF REM -- This .bat should count all subfolders of the folders specified in the REM -- in the "TARGET_FOLDER_LIST". REM -- The sub-routine "countAllFolders" shall generate a unique co...