Reputation: 2219
I want to run php or python scripts from eclipse that will create folders and files and give them content. I think I know what to write for the php or python code but I am having trouble on what I need to do in eclipse to run my script. I would also like to provide my script with arguments such as folder names through a prompt on the eclipse side.
I think I have to do something from Run-> External Tools -> External Tools Configuration.
Please Help, Thank you.
Upvotes: 1
Views: 143
Reputation:
you shouldn't have to do anything to eclipse, or any editor, if php\python is installed you can call them from the command line.
Upvotes: 1