The @SCRIPTDIR macro will show you the drive and the dir the script is running from.
So this:

Code:

call @scriptdir + "\otherscript.kix"



Will always call the script from the proper drive.


Edited by Mart (2005-09-02 10:01 AM)