Distributing binary files within VBScript

Sometimes you want to use a COM component in your VBScript but if you need to distribute this VBScript for the public you must ensure that the final user have the COM registered in their system. Like in this example you may need to distribute any sort of binary file as a resource for your VBScript.

Distributing binary files within VBScript

Comments are closed.