jan_flanders

Untitled

Dec 2nd, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. xcopy "./haxe/std" "./bin/std" /s /i /e /y
  2. set /p revnr=< rev.txt  
  3. cd bin
  4. IF not exist {haxe.exe} GOTO :END
  5. zip -r haxe_r%revnr%.zip std haxe.exe
  6. copy haxe_r%revnr%.zip haxe_latest.zip
  7. ::zip -r haxe_latest.zip std haxe.exe
  8. pscp -pw fumq3e haxe_r%revnr%.zip adnez@haxer.be:www/builds/windows
  9. pscp -pw fumq3e haxe_latest.zip adnez@haxer.be:www/builds/windows
  10. del haxe.exe
  11. cd..
  12.  
  13. :END
Advertisement
Add Comment
Please, Sign In to add comment