1 résultat trouvé

par bti2013
21 oct. 2013 21:19
Forum : Création de batchs, problèmes...
Sujet : Cannot display a large record(Ex:more than 5000) characters
Réponses : 0
Vues : 7821

Cannot display a large record(Ex:more than 5000) characters

Hi, I've a file with record exceeding 5000 characters i use a .bat file to read the records but i cannot. I give the file name as a parameter to the . bat and the echo !temp! or echo %%a are empty . Is there any size limitation on the variable used in FOR or echo commands ? @echo off SETLOCAL ENABLE...