root/branches/dsss-dmd/latest/fetch-win.bat

Revision 734, 232 bytes (checked in by ChristianK, 1 year ago)

dsss-dmd: updated to 1.020, working on issues with windows installation

Line 
1 REM download
2 curl http://ftp.digitalmars.com/%1 -o dmd.zip
3 curl http://ftp.digitalmars.com/dmc.zip -o dmc.zip
4 bsdtar -xf dmc.zip
5 bsdtar -xf dmd.zip
6
7 REM bsdtar might return errorlevel 1 because of permission errors
8 set ERRORLEVEL=0
Note: See TracBrowser for help on using the browser.