Easily Install DJGPP in Windows

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
Mohanty
Member
Member
Posts: 28
Joined: Fri Jul 30, 2010 9:15 am
Location: India
Contact:

Easily Install DJGPP in Windows

Post by Mohanty »

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
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Easily Install DJGPP in Windows

Post by Combuster »

To be serious, why do people still use DJGPP? Its dated and it has a bunch of known issues.

And these instructions look like they are for someone who can't read manuals (the kind which should not be here) - you might better have added that to the wikipage...
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply