phr-build.bat 74 B

1234
  1. pushd %~dp0
  2. echo %time%-%random%>.\resources\phr-stamp.txt
  3. popd
  4. exit /b 0