Search found 5 matches

by btibti2013
23 Oct 2013 03:46
Forum: DOS Batch Forum
Topic: Cannot display a large record(Ex:more than 5000 characters)
Replies: 15
Views: 14886

Re: Cannot display a large record(Ex:more than 5000 characte

Yes! :) it works that's what i'am looking for thanks. I need to split the extracted file into sub files which contains n records each of them. :roll:
by btibti2013
22 Oct 2013 19:36
Forum: DOS Batch Forum
Topic: Cannot display a large record(Ex:more than 5000 characters)
Replies: 15
Views: 14886

Re: Cannot display a large record(Ex:more than 5000 characte

Many thanks it works fine now!

but i've to delete the first and the last line of a file how?
by btibti2013
22 Oct 2013 06:39
Forum: DOS Batch Forum
Topic: Cannot display a large record(Ex:more than 5000 characters)
Replies: 15
Views: 14886

Re: Cannot display a large record(Ex:more than 5000 characte

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" ...
by btibti2013
21 Oct 2013 13:55
Forum: DOS Batch Forum
Topic: Cannot display a large record(Ex:more than 5000 characters)
Replies: 15
Views: 14886

Re: Cannot display a large record(Ex:more than 5000 characte

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.. .. /...
by btibti2013
21 Oct 2013 10:55
Forum: DOS Batch Forum
Topic: Cannot display a large record(Ex:more than 5000 characters)
Replies: 15
Views: 14886

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

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...