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
Search found 2 matches
- 30.07.2013, 09:35
- Forum: General Discussion
- Topic: environment variable PATH
- Replies: 1
- Views: 9358
- 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 ...
My scripts work from the Windows Explorer but not from FreeCommander. It seems the user environment ...