I am writting a program that allows me to compile multiple vbp files into dll's. I am using a shell function for the compile and it works great. I need a way to get the dll file name once it is compiled, it can vary from the project name.
Shell Example:
Shell(sCompilerLocation & " /m " & sCompileFile & ", vbHide)
The shell does a great job, but I don't know how to get the dll name once compiled.
Thanks in advance for your help.
Shell Example:
Shell(sCompilerLocation & " /m " & sCompileFile & ", vbHide)
The shell does a great job, but I don't know how to get the dll name once compiled.
Thanks in advance for your help.