09-02-2010, 07:54 PM
Hi,
You can use the "ExecuteFile" method in order to load the library function dynamically while running the script.
Let me know if you need any more information.
You can use the "ExecuteFile" method in order to load the library function dynamically while running the script.
Code:
ExecuteFile "..\..\..\LibraryFiles\MyLibrary.vbs" 'Enter your path here
Let me know if you need any more information.
Thanks,
SUpputuri
SUpputuri