1echo Simple batch file to invoke Jam install from the top
2jam -q -fJambase -j%NUMBER_OF_PROCESSORS% install
3rem If you have trouble with the parallel build, try the
4rem version with only one thread.
5rem jam -q -fJambase install
6