I am trying to convert a huge bat file to a vbs file. However currently we pass the .bat file a parameter list that just sets a huge list of variables. It has to be done this way because there is a huge list of variable for each of our clients.
There is no include in VBScript but does anyone know of a way I can call a txt or vbs file from my vbs script and inside the file I call will just be a list of variables and there values.
I appreciate any help.
There is no include in VBScript but does anyone know of a way I can call a txt or vbs file from my vbs script and inside the file I call will just be a list of variables and there values.
I appreciate any help.