Build:Win32:1.9:ITSupport
From MozillaWiki
Starting/Stopping Tinderbox on win32
Which drive Tinderbox was installed to depends on the machine, there's no master list. However, they're mostly on e:.
On MSYS installs, /builds/tinderbox will live off of an MSYS-mapped drive, e.g. /e/builds/tinderbox.
Starting:
start msys shell cd /e/builds/tinderbox ./multi-tinderbox.pl
Stopping:
To stop Tinderbox, Ctrl-C or close the window.
On Cygwin installs, /builds/tinderbox will live off of a cygwin-mapped drive, e.g. /cygdrive/d/builds/tinderbox.
Starting:
start cygwin shell cd /cygdrive/d/builds/tinderbox ...or maybe "cd /cygdrive/c/builds/tinderbox"... ./tinderbox multi start
Stopping:
./tinderbox multi stop