Hi
The functionality in gt seems very useful. I'd like to properly port
something like
http://code.google.com/p/fabricate/ or
http://www.eecs.berkeley.edu/~billm/memoize.html to Windows.
A lot of the work in 'gt' seems it would be very useful for this, but
it'd need to be repackaged for that usage.
Could you perhaps release the source?
For example:
- seeing CreateFileW args as mentioned in a previous post
- specifying output only to a log file and not the console
- handling redirection of input and output files
- not spawning a new console window if the target is a console
- can't spawn managed (c#) programs (I get "CreateProcess failed with
error 50: The request is not supported."). Is that a fundamental
limitation of the approach, or just a bug?
That's the stuff I noticed after a quick test.
Neat tool anyway.
scott