I was wondering whether anybody had suggestions for managing classes and functions across multiple VBS files.
I have classes defined in separate files as well as in different scripts, given that VBS only has "demi-classes" I need an easy way of making sure that when one is updated the changes are automatically updated in scripts that use them. I've considered writing something to achieve it myself but would MUCH rather utilise/customise an existing program.
We could accomplish similar tasks via IBM's Host Access API using C++ but the powers that be are insistent on going their macro route which means I have to use VBS and keep track of what scripts are using which classes and functions and amend accordingly. A major pain in the behind and tens of files with duplicated code.
I have classes defined in separate files as well as in different scripts, given that VBS only has "demi-classes" I need an easy way of making sure that when one is updated the changes are automatically updated in scripts that use them. I've considered writing something to achieve it myself but would MUCH rather utilise/customise an existing program.
We could accomplish similar tasks via IBM's Host Access API using C++ but the powers that be are insistent on going their macro route which means I have to use VBS and keep track of what scripts are using which classes and functions and amend accordingly. A major pain in the behind and tens of files with duplicated code.