1 2 3 4 5 6 7
if not defined WORKSPACE ( echo WORKSPACE not defined goto :eof ) pushd %WORKSPACE% build %* popd