Passing parameters to cmd.exe in Tools menu
Posted: Wed Feb 05, 2003 4:57 pm
Hi - I have installed a program where I highlight a Java object in a Textpad document (i.e. String, Vector, etc.) and it takes me to the documentation about that object.
The program is a perl program that I got off of the Textpad Add Ons section and in the documentation it says to enter
Command: cmd.exe
Parameters: perl javadoc.pl $Sel
Initial Folder: C:\Program Files\Textpad 4\System
However, when I run the program, the command prompt comes up but nothing happens. If I type in the parameters manually into the command prompt it works.
i.e. perl javadoc.pl String
will bring up the Java documentation for that Java String object - any ideas on this?
The program is a perl program that I got off of the Textpad Add Ons section and in the documentation it says to enter
Command: cmd.exe
Parameters: perl javadoc.pl $Sel
Initial Folder: C:\Program Files\Textpad 4\System
However, when I run the program, the command prompt comes up but nothing happens. If I type in the parameters manually into the command prompt it works.
i.e. perl javadoc.pl String
will bring up the Java documentation for that Java String object - any ideas on this?