Hmm... While making a "hex2bin dropper" in Batch, I am curious...
... What is the size limit of a FOR variable? (I mean the limit of storage in %%A, etc.)
Meerkat
Limit of FOR Variables.
Moderator: DosItHelp
Re: Limit of FOR Variables.
Hi Meerkat,
there is no limit for a FOR variable, it can store 100000 characters without problems.
BUT I don't know a way to expand such a variable, or how to access only a part of a FOR-variable.
At the end I suppose you are limited with the FOR-variables at 8191 characters, so that you can handle it.
there is no limit for a FOR variable, it can store 100000 characters without problems.
BUT I don't know a way to expand such a variable, or how to access only a part of a FOR-variable.
At the end I suppose you are limited with the FOR-variables at 8191 characters, so that you can handle it.