hi everybody

I'm new to kixtart and haven't found what i'm looking for...

just a quick question:

I need to map a drive but only if a specific evironment variabel is set.

for example: a system variabel is set on a terminalserver 2003:

Silo=Buisy

but it doesn't work what i've defined in the script:

; Spezielle Laufwerke
;--------------------
IF "Silo=Buisy"
use I: "\\chbasvit002\DV_ITP_Docs"
? "Laufwerk I wurde verbunden."
? "...."
EndIf


how do i check for the variabel, is it written wright?

many thanks in advance - saludos viola