OT: Interesting fact

Kenneth Brody kenbrody at spamcop.net
Wed Nov 30 07:47:54 PST 2016


On 11/30/2016 10:31 AM, Richard Kreiss via Filepro-list wrote:
[...]
> The only issue I have is that there is no environmental variable that I
> am aware that allows for pointing to the lib directory (folder) to use as
> the default.  One can point to a config file or the default menus but not
> the printer files.   One has to insure that the prt files are in both
> \fp\lib folders or /fp/lib  directories.

Note that Windows now supports "symlinks", which they call "junctions" when 
referring to symlinked directories.

For example, if the 32-bit binaries are in "c:\app32\fp" and the 64-bit 
binaries are in "c:\appl64\fp", you can get rid of the 32-bit "lib" 
directory, and symlink it to the 64-bit one:

     mklink  /j  c:\appl32\fp\lib  c:\appl64\fp\lib

Now, "c:\appl32\fp\lib" is the same directory as "c\appl64\fp\lib".

Ditto for the "menus" directory, should you desire.

-- 
Kenneth Brody


More information about the Filepro-list mailing list