Quote:

Hey Doc ... while your on the line ... is there not a %variable% for the root of Document and Settings ? I thought there was but cant find.




Not directly but you could do something like this if you didn't want to read the Registry.

Join(Split('%ALLUSERSPROFILE%','\',2),'\')


Though reading the Registry method would allow this to happen from a remote system as well.