 clusher
Member
|
Hey everyone.
First off, great job with PN2. I just started using it last month, and i’ve used it on a database project, it was incredibly useful.
Now, i must be really lamme with this things, cause i just can’t ge IE to launch and see the output of the file im working on.
I created a tool. I defined the command as the IE executable and the parameters as http://localhost/%f, as i saw in one post in this forum. As is run it, the output window pops, the command line says its executed but IE doesnt get to open.
Any hints here?
|
 eepman
Member
|
This might work:
First make sure that output capture is turned off in the second tab! If it works after this then you are good.
If that doesn’t work:
Try changing the commmand to: cmd
The options/arguments to: /c replace_this_with_path_to_iexplore.exe http://localhost/%f
And leave the directory blank.
Tell me if that works.
|
 clusher
Member
|
I had the capture output turned on.
I turned it off and it works fine now, thankx.
What does that do? Is it what opens the output tab on the PN’s main screen? tries to capture the output into the program?
|
 simon
Key Master
|
You got it! If you use a tool to run something like Tidy then this option allows the output from that tool to be captured and shown in PN in the Output window.
|