ContributionsMost RecentMost LikesSolutionsRe: Is there a way to get the current script name?I know this is an older thread, but I am using this to grab the script name and append it to my log files... var strFullPathToScript = Project["FileName"]; var strScriptName = Utilities.StringReplace(Utilities.ExtractFileName(strFullPathToScript),".mds","",1);Re: Is it possible to include one script in another?cheers mate.Is it possible to include one script in another?If I have a script file with some general or utility functions that I would like to include in another script.. is it possible?