Thanks for your response. I try to run the findrepl.bat but it gives me "'findrepl.bat' is not recognized as an internal or external command, operable program or batch file." also i don't know how should i replace the " E:"? if "%~1" neq "" if "%~1" ...
Thge system is: Windows 7 Entreprise 64bit Service Pack1. I have a file which can contains record with 40000 characters, i have to split it file into sub files by sections , the file looks like: /*START SECTION 1*/ blabla.... blabla.. .. /*END SECTION 1*/ /*START SECTION 2*/ blabla.... blabla.. .. /...
0 down vote 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 SET...