Say I have a batch file C:\myscript.bat, how can I add a toolbar button to eclipse that runs the batch file when I press the button?
Say I have a batch file C:\myscript.bat , how can I add a toolbar
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Under Run -> External Tools -> External Tools Configurations…, you can define any external program, including Windows batch files.
Once defined, *Run -> External Tools -> (name of script) will run your batch file. So will left clicking on the arrow to the right of the Run icon on the tool bar and left clicking on the name of your script.