Page 1 of 1

Tip for using TextPipe on several similar projects

Posted: Sat Oct 29, 2011 1:12 am
by dfhtextpipe
I'm working on several projects with a similar directory structure. The following tip is useful in such a context.

Use the Windows subst command to set the root path for the specified input files and for the output file path.

Assumes:
  • subst i: <inputpath>
    subst o: <outputpath>
In this way, to use a filter unchanged for the next project, all you have to do is change both the substitute drives.

David

Re: Tip for using TextPipe on several similar projects

Posted: Wed Nov 02, 2011 9:08 am
by DataMystic Support
Hi David,

Another option is to use relative paths, as TextPipe allows paths to be specified relative to the current filter.

You can also embed environment variables in paths, such as

Code: Select all

@ENV_input_path
would insert the value of the environment string 'input_path'