Note: Although old, this video is very relevant to the
current FLTK 1.x.x release stream. Some things have changed since it was made:
So instead of:
cmd /k "nmake hello && hello && exit || pause && exit"
..you can probably just use:
nmake hello && hello && exit || pause && exit 2>&1