Page 1 of 1

subdirectory recursion from command line?

Posted: Wed Apr 10, 2013 7:19 pm
by sergeda
Hi.
I can't figure out how to tell TextPipe to process subdirectory?
I've tried

Code: Select all

textpipe.exe /f=file.fll /MERGETOFILE=result.txt c:\filestoprocess\*.html /I+ /G
without luck. In file to process no subfolders selected. :(

Re: subdirectory recursion from command line?

Posted: Fri Apr 19, 2013 1:19 pm
by DataMystic Support
Just swap the /I+ to be before the filename. Remember than TP supports multiple sets of filenames.

Re: subdirectory recursion from command line?

Posted: Fri Apr 19, 2013 4:29 pm
by sergeda
Super, thanks