01.27.10
Running Command Line tools in EditpadPro
Following on from my previous post about setting Editpadpro up to run your php script, I wondered whether I could get it to run any command line command. It was wonderfully easy.
- Create a new Tool called ‘Command Line’
- Set the Command Line to ‘cmd’
- On The Standard I/O tab, set the Selected text to be sent to the standard input .
- Set the tools output to be sent to the message pane (or a new document if you wish).
- Save the tool
Type your command and select then click on Tools|Command Line to run the command and you get your output in the message window.