Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can we run a custom command in eclipse?

I want to run a custom command say "run mspaint.exe" from eclipse..How can i do that? I want to run more complex commands written by me but i want to run from eclipse because the resources are in my workspace generated on some program compilation..

like image 459
user1119970 Avatar asked Feb 01 '12 10:02

user1119970


People also ask

How do I run a custom command?

Right-click the server group, server, file, or directory and select Run Custom Command from the pop-up menu.

How do I run a command in Eclipse?

To specify command line arguments in eclipse, go to Run -> Run… Make sure you are running the correct project for which you want to specify command line arguments for, and then select the arguments tab.

What is a custom command?

A custom command is a voice command that you create yourself to allow Dragon to perform an action. These commands allow you to automate repetitive text entry and graphics insertion tasks, like logos and scanned signatures, while working in virtually any Windows application.


1 Answers

run > external tool > external tool configurations...

for paint say,

Name: run paint
Location: C:\Windows\System32\mspaint.exe

done. you can see this menu. and execute.

Well, since paint just opened, lets get a screenshot for you :)

enter image description here

like image 141
Nishant Avatar answered Oct 04 '22 02:10

Nishant