Search found 2 matches

by f2013
30.07.2013, 09:35
Forum: General Discussion
Topic: environment variable PATH
Replies: 1
Views: 9358

Re: environment variable PATH (workaround)

BTW: TC is doing it fine but since I prefer Freeware over Shareware I helped myself with this line at the beginning of each of my scripts:

path | findstr /c:Q:\clitools > NUL || set PATH=%PATH%;Q:\clitools
by f2013
28.07.2013, 18:22
Forum: General Discussion
Topic: environment variable PATH
Replies: 1
Views: 9358

environment variable PATH

I use FreeCommander 2009.02b and want to use some of my DOS batches via SendTo. However they depend on tools I have in a special directory that is defined in the user environment variable PATH.

My scripts work from the Windows Explorer but not from FreeCommander. It seems the user environment ...