oh okay... didnt actualy try it, thing is my windows does not have a single directory with space names! not even program files (wich is now just apps) has spaces... Just because it makes typing stuff easier on me.
menan mayas apps\3d\maya7 wich is much more convinenet than "program files\3d\maya7.0"
tough it seems to eat spaced paths without quites quite well, infact i rechekked windows manuals of this and path variables are asumed quoted in anycase. So no quoting would ever be naeeded anyway.
if i create a path c:\hey ho\myshelf
and set
set MAYA_SHELF_PATH=c:/hey ho/myshelf
works fine. just separate them with ;'s
ANYWICH way theres 3 thing that may casue this and it the fact that whjhen you copy shelves and if yuou reneame them you need to rename the shelf files global procname too!
QUOTE
QUOTE
note id they are env vars in windows THEY shoudl be "\"s instead of "/"s
It makes no difference. Try:-
$ set MAYA_SHELF_PATH=C:/7.0/Shelves
$ maya.exe
It'll still work.
yes... but even \s work, bacaus eits sytem dependent you cant then jsut do a nifty trick on the commandline where tyou setlocal in batch then set path to be localy MAYA_SHELF_PATH to quickly find files for your editting/ dispatching youd now need to convert them to \'s
Its not realy amaya consideration at all but rather a admin one.
Now because maya internaly takes care of this i can now use the vars as is on scripts inside cmd without a hustle... MAkes managing just about 10 times easier.
Alos i couldnt use cd %MAYA_SHELF_PATH% to get to the firt dir in the path quickly. (not this work sin explorer and shortcuts aslwell so it meks sense for admin to have them as ) So if someone moved this path id still find it by just typing %MAYA_SHELF_PATH% in explorer or split by ; and open each one separately, its less work.