Search found 4 matches

by NPPI_Active
Thu Sep 03, 2009 3:38 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Global Variables and Command Line ?
Replies: 7
Views: 11575

Re: Global Variables and Command Line ?

No need to respond. Are more thorough testing it works fine. :D
by NPPI_Active
Thu Sep 03, 2009 2:07 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Global Variables and Command Line ?
Replies: 7
Views: 11575

Re: Global Variables and Command Line ?

Just a quick one, in dos i have the following:
SETLOCAL EnableDelayedExpansion
SETLOCAL ENABLEEXTENSIONS

Which means that I can have a environment variable of !NAME! instead of %NAME%. Now I execute:

textpipe.exe "/f=myfilter.fll" @address=!NAME!

But text pipe does not recognise the SETLOCAL i ...
by NPPI_Active
Thu Sep 03, 2009 12:56 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: DYNAMIC FILENAMES
Replies: 2
Views: 3538

Re: DYNAMIC FILENAMES

Used the Environment variable solution. Works a treat.

Thanks! :D
by NPPI_Active
Fri Aug 21, 2009 2:42 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: DYNAMIC FILENAMES
Replies: 2
Views: 3538

DYNAMIC FILENAMES

I have a fll that adds a file header from another file. Sweet.

I now have a situation where I have the file being loaded is "A<<NAME_X>>.txt" and I want to load "H<<NAME_X>>.txt" from the same folder.

So the folder contains:
AFred.txt
ABarney.txt
HFred.txt
HBarney.txt

And I want AFred.txt to ...