On Tue, Sep 6, 2011 at 7:01 AM, vitalije <[email protected]> wrote:
> That's why I used to install almost
> all programs not in default location C:\Program Files\ but in some other
> like C:\myprograms\ .

for what it's worth, I install self contained programs to c:\apps,
have c:\bin in %path%, and put junction links or batch files in c:\bin
that point to the relevant apps folder. This lets me keep %path%
relatively short and reduces the number of files searched when looking
for commands (and dropped my encounters with dll-hell to manageable
background noise!).

>... username\AppData\Roaming\.

For stuff that's truly "roaming" I have B:\bin and B:\apps, where B:
is mapped to a dropbox folder tree that is automatically synchronized
across all my computers.  I used to use the SUBST command but ran into
problems with that a few months ago and am now using NET:

   net use B: \\localhost\c$\users\%username%\dropbox

This leo+blender integration work sounds really exciting. Blender is
one of the programs I keep looking at every so often, simply because
it's so cool and such a vibrant community, but have never actually
used.

cheers,

-matt

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to