How can i schedule exe files with variables ?
for example. If i am doing some manula installation using Exe file, it needs some variable for every next button click. By the same way can i achive using bamboo.
Community moderators have prevented the ability to post new answers.
I'm not exactly sure what you are trying to do in this scenario, but it sort of sounds like you may want to run a SCRIPT Task in a Job where the Script task calls an EXE and you can pass it variables or fixed values. A Script Task allows you to specify a file to call (i.e. Windows BAT, SH script, etc) or an inline script which is probably what you want.
See : https://confluence.atlassian.com/display/BAMBOO/Script
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.