pushed new version. changes:
* fixed indentation * fixed start.exe so that GUI can output to redirected unix fd
@jacek: note that the last patch as it is, introduces a discrepancy whether start is used or not. when not using start, printing to fd 1 will end up on unix console; when using start, it won't. Not sure it matters that much (as I expect most of the usage being done through start thanks to $PATH search), but worth mentionning.