Search found 7 matches

by six1zero
13 Apr 2010 02:29
Forum: DOS Batch Forum
Topic: Multiple FOR LOOP
Replies: 4
Views: 5470

Re: Multiple FOR LOOP

Hi Jeb

you are right!

Thank you very much for your suggestion. Now it works!

six1zero
by six1zero
12 Apr 2010 00:55
Forum: DOS Batch Forum
Topic: Multiple FOR LOOP
Replies: 4
Views: 5470

Re: Multiple FOR LOOP

Hi Jeb my first loop call correctly the FILE_IOP part but instead of continue to loop until finish to process all files, the program go ahead to the second loop. The second loop process the 1 file and go ahead to the third... the third...to quarter... If I have only the first loop it works correctly...
by six1zero
11 Apr 2010 12:10
Forum: DOS Batch Forum
Topic: obscured by Skype display
Replies: 1
Views: 3270

Re: obscured by Skype display

In the add-in of your browser should be an add-in of skype. Try to disable it.
by six1zero
09 Apr 2010 08:46
Forum: DOS Batch Forum
Topic: Multiple FOR LOOP
Replies: 4
Views: 5470

Multiple FOR LOOP

Hi I've go 2 FOR LOOP. The Batch do the first loop only one time and pass automatically to the second. Do you know why? Where is the mistake? @echo off REM -- Prepare the Command Processor -- SETLOCAL ENABLEEXTENSIONS SETLOCAL DISABLEDELAYEDEXPANSION SET ELS_DRIVE=%ELSHOMEDIRECTORY%\Test SET SPOOLTV...
by six1zero
08 Apr 2010 09:05
Forum: DOS Batch Forum
Topic: Search & Replace - I'm getting crazy
Replies: 4
Views: 6558

Re: Search & Replace - I'm getting crazy

Thanks for your suggestion. I resolve the problem removing the find after pipe, more slow but works. Following the code to resolve my problem, now the batch file don't need the parameters and works automatically with multiple file in a particulary directory. Thanks to dostips! @echo off REM -- Prepa...
by six1zero
07 Apr 2010 10:18
Forum: DOS Batch Forum
Topic: Search & Replace - I'm getting crazy
Replies: 4
Views: 6558

Re: Search & Replace - I'm getting crazy

without single quote '

C:\>BatchSubstitute.bat Andrea AAA Values.txt
"%line%"

C:\>
by six1zero
07 Apr 2010 09:02
Forum: DOS Batch Forum
Topic: Search & Replace - I'm getting crazy
Replies: 4
Views: 6558

Search & Replace - I'm getting crazy

Hi, probably it's a stupid thing but I don't understand what is wrong. I tried to use BatchSubstitute.bat, but doesn't work on my machine. C:\>BatchSubstitute.bat Andrea AAA ReinsuranceValues.txt find: invalid predicate `' The process tried to write to a nonexistent pipe. I tried to change the predi...