Easily Install DJGPP in Windows
Posted: Thu Sep 09, 2010 7:58 pm
just Save The Following Code in a .bat File. Then Put the .bat file where all DJGPP "zip" file and unzip32.exe file is preesent.
NOTE:
If you have downloaded all Files from "www.delorie.com/djgpp/zip-picker.html"
Code:
pause
md C:\DJGPP
set PATH=%CD%
unzip32 -o -d c:\DJGPP *.zip
NOTE:
If you have downloaded all Files from "www.delorie.com/djgpp/zip-picker.html"
Code:
pause
md C:\DJGPP
set PATH=%CD%
unzip32 -o -d c:\DJGPP *.zip