JJ
2015-01-28 20:58:12 UTC
Similar like C language's header files via #include.
The only thing I could think of is to merge the VBS library files with the
main VBS file at runtime into a temporary VBS file, then run it. Of course,
there would be codes to check whether the VBS file was executed with the
merged libraries or not, in order to avoid infinite loop.
I want to know if there's a better way to do it without using WSF files or
writing into the file system.
The only thing I could think of is to merge the VBS library files with the
main VBS file at runtime into a temporary VBS file, then run it. Of course,
there would be codes to check whether the VBS file was executed with the
merged libraries or not, in order to avoid infinite loop.
I want to know if there's a better way to do it without using WSF files or
writing into the file system.