| 123456789101112131415161718192021222324 | echo offcall setEnvVars.batset START_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%"echo start time %START_TIME%rem call Set-ExecutionPolicy RemoteSigned -Scope Processcd ./maxkey-web-frontend/maxkey-web-appcall ng     build --base-href /maxkey/cd ../../cd ./maxkey-web-frontend/maxkey-web-mgt-appcall ng     build --base-href /maxkey-mgt/set END_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%"echo Build Release start at %START_TIME%  complete at %END_TIME%.pause
 |