How BarTender Processes Path and File Names |
When possible, specify complete path and file names in your command line parameters. When you use a file name alone, and/or a file name without an extension, BarTender will use the following rules to find the file:
If no file name extension is specified (and there is no period at the end of the file name), then BarTender will assume that an extension is implied:
For the parameters that take format file names (F=, AF=, FA=), BarTender will assume ".btw" as the extension.
For the D= parameter (database files), BarTender will assume ".dat" as the extension.
For the ITD= parameter (SAP R/3 IDoc Definition files), BarTender will assume ".itd" as the extension.
|
To specify a file that has no extension, add a period to the end of the file name when you write the parameter. For example, if you want to use a database file named "addresses", use "D=<pathname>addresses." instead of "D=<pathname>addresses". |
If no path is specified, then BarTender will search for the file in the following directories, in this order. It will use the first file it finds that matches the specified file name.
The current working directory.
The default location for the type of file as shown here:
For the D= parameter (database files), the default directory is ...\My Documents\BarTender\Databases
For the ITD= parameter (SAP R/3 IDoc Definition files), the default directory is ...\My Documents\BarTender\SAP
The installation directory.
|
The "..." stands in for the full path to the "\My Documents" directory. This path will vary depending on your version of Windows. |
Related Topics