Hi,

Just a small question, no logonserver at hand so I can't test it myself...
I need to CALL another script wich can be found in a subdir on @LDRIVE.
When CALLing it do I need to use a \ or not?

code:
CALL @LDRIVE + "DIVERS\CLEANUP.KIX"


Or
code:
CALL @LDRIVE + "\DIVERS\CLEANUP.KIX"


What's best?

Thanks!
Wam.