WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

DLLs

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Get Main Dll Names


 Keywords: WIL Dll WBD version versiondll 

Question:

For installation purpose, I would like to know which main dll (ie wbdda34.ddl) my script is running with. Is there a way ?

Answer:

ver =  StrUpper(Version())
verdll =  StrUpper(VersionDLL())
letters =  StrUpper(StrSub(verdll,StrLen(verdll)-1,2))
wildll = StrCat("WBD",letters,"44I.DLL") 

Message(ver,StrCat("WIL DLL:",@TAB,wildll))


Article ID:   W15936
File Created: 2007:01:08:14:52:28
Last Updated: 2007:01:08:14:52:28