LapisSea

Untitled

Oct 12th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2.  
  3. cd blender
  4. git pull
  5. cd ..
  6.  
  7. set /p var=Do you want to build?[Y/N]:
  8. if %var%== n goto run
  9. if %var%== N goto run
  10.  
  11. cd build_windows_Release_x64_vc15_Release
  12. rebuild
  13. cd ..
  14. goto run
  15.  
  16. :run
  17. start build_windows_Release_x64_vc15_Release\bin\Release\blender.exe
Add Comment
Please, Sign In to add comment