Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xcopy "./haxe/std" "./bin/std" /s /i /e /y
- set /p revnr=< rev.txt
- cd bin
- IF not exist {haxe.exe} GOTO :END
- zip -r haxe_r%revnr%.zip std haxe.exe
- copy haxe_r%revnr%.zip haxe_latest.zip
- ::zip -r haxe_latest.zip std haxe.exe
- pscp -pw fumq3e haxe_r%revnr%.zip adnez@haxer.be:www/builds/windows
- pscp -pw fumq3e haxe_latest.zip adnez@haxer.be:www/builds/windows
- del haxe.exe
- cd..
- :END
Advertisement
Add Comment
Please, Sign In to add comment