George Oliver
unread,Nov 18, 2009, 1:56:14 AM11/18/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scite-interest
hi, I have a compile command in a properties file that looks like
this:
command.compile.*.tw=python "c:\documents and settings\george\my
documents\dev\twee-1.7\twee" "$(FilePath)" > $(FileName).html
On the command line the same thing would look like:
python twee FileName > OutputName
The command line version writes the output to the file OutputName as
expected, but when I compile from within SciTE, the output is just
printed to the output pane. How do I write the output to a file like I
would on the command line, but using command.compile (or go, build,
etc.)? Thanks for any help.