Hello all,
Using ghostdogs example, is there a way l can pass variables from a .bat file to a VB script, or vise-verse.
Maybe using prompts in the VB or SET / P comments in a batch.
I am currently using a batch file to rename files before it calls on a number of batch files to run file merges and install services in a windows environment. Currently I am using the batch file to set the variables with SET /P questions but I would love to be able to automate the process so it can open a .ini file or .txt (easy to change it to a .txt) change common text within the file before calling on the other batch files etc.
This would allow me to use a base set of file with the batch/VB without me having to open the file and manually change it each time...can anyone help.
Don't know much about VB, but know a little about dos commands....willing to go the other way e.g. use the VB script to pass the variables to the batch file, but not sure how to do that either....