How to run a VBS with Teamcity
Hi,
I have to create a TC configuration which kicks off a vb script which is in SVN. Not sure what runner type to select to do so. All I need to do is when we click 'run' on the TC config it should kick off one vb script.
Please help,
Thank you,
Chakri
Please sign in to leave a comment.
Hello Chakri,
some runners that TeamCity do not support directly can be executed by choosing a commandline runner.
For example, to run your script you can execute "cscript your-vb-script.vb". I do this all the time with ruby,
bash or other scripts I need to run.
Good luck!
Daniel