On Thu, 14 Jul 2011 12:16:37 -0400
Tomek Kott <[email protected]> wrote:

> in cygwin the same commands work
> 
> Windows command line you can do "start fossil ui", but this also
> creates a separate console window, which doesn't help you. It does
> appear differently in the taskbar however: a icon-less application,
> rather than a command line icon.
[...]

One can use the cmdow [1] freeware tool which is kind of "start on
steroids"; for instance, to run `fossil ui` hidden one could do

cmdow /RUN /HID fossil ui

To kill a (hidden) running fossil instance one could use

taskkill /f /im fossil.exe

This is a built-in since XP, IIRC.

1. http://www.commandline.co.uk/cmdow/
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to