meonnebula
Technical User
Hello all,
I'm trying to write a VBScript routine (to be run from Matlab) which automatically launches a batch file and submit the contents of a text file as an input to this batch file (instead of entering it manually).
The names of the batch file and the name of the text input file are known and therefore do not need to be passed as variables. In other words they can be hard-coded in the VBScript routine.
I'm using VBScript to bypass DOS as it doesn't accept UNC paths.
I've been spending way too much time on this but not getting much closer to the answer. Therefore, any help would be greatly appreciated.
Many thanks in advance.
I'm trying to write a VBScript routine (to be run from Matlab) which automatically launches a batch file and submit the contents of a text file as an input to this batch file (instead of entering it manually).
The names of the batch file and the name of the text input file are known and therefore do not need to be passed as variables. In other words they can be hard-coded in the VBScript routine.
I'm using VBScript to bypass DOS as it doesn't accept UNC paths.
I've been spending way too much time on this but not getting much closer to the answer. Therefore, any help would be greatly appreciated.
Many thanks in advance.