|
From: Leif M. <le...@ta...> - 2004-06-23 07:26:19
|
Johan, The environment replacement syntax on ALL platforms is %TEMP% I had to choose one or the other to be compatible across all platforms. The Windows syntax was easier parse as with the UNIX syntax $TEMP it is not possible to tell where the end of the environment variable name is without looking for it. Cheers, Leif Stuijt, Johan wrote: >Thanks very much Leif, > >I'll check the %TEMP% directory for all the rubbish others throw around. > >Btw: I try to make my wrapper config files as independent as possible, so I >wonder, does a linux system handle %TEMP%/wrapper.log correctly, or should >it be $TEMP/wrapper.log on a linux system? You don't have to answer that >question, I'll just give it a go on my linux pc. > >Greetings from the rainy Netherlands, > >Johan > > |