Topic: [IMPLEMENTED] AMD Catalyst 6.11

AMD Catalyst Software Suite 6.11
Download Page - http://ati.amd.com/support/drivers/xp/radeonx-xp.html
AMD Catalyst Display Driver 6.11
Download Page - http://ati.amd.com/support/drivers/xp/radeonx-xp.html
AMD Catalyst IGP Display Driver 6.11
Download Page - http://ati.amd.com/support/drivers/xp/i … ed-xp.html

Re: [IMPLEMENTED] AMD Catalyst 6.11

how to uncompress ati drivers ?    .dl_

thanks

Re: [IMPLEMENTED] AMD Catalyst 6.11

zorro
type In Command Line - expand filename.dl_ filename.dll

Re: [IMPLEMENTED] AMD Catalyst 6.11

DriverPack Graphics A 6.11 is currently in nightly state and one tiny problem has been found, so probably the final will be online tonight! wink

Founder of DriverPacks.net — wimleers.com

Re: [IMPLEMENTED] AMD Catalyst 6.11

Bâshrat the Sneaky

It's Cool!

Re: [IMPLEMENTED] AMD Catalyst 6.11

Zorro
Here cmd-file for unattended unpacking *.*_ files:

md expanded
expand *.*_ expanded
del /f /Q *.*_
cd expanded

ren *.cf_ *.cfg
ren *.cn_ *.cnt
ren *.cp_ *.cpl

ren *.da_ *.dat
ren *.dl_ *.dll
ren *.do_ *.doc
ren *.dt_ *.dtd
ren *.dx_ *.dxt

ren *.ei_ *.eif
ren *.ex_ *.exe

ren *.gp_ *.gpd

ren *.hl_ *.hlp
ren *.ht_ *.htm

ren *.ic_ *.icm
ren *.in_ *.ini

ren *.lo_ *.loc
ren *.lu_ *.lut

ren *.ou_ *.out

ren *.pr_ *.prm
;ren *.pr_ *.prn

ren *.sm_ *.smr
ren *.sw_ *.swf
ren *.sy_ *.sys

ren *.tb_ *.tbl
ren *.tv_ *.tvp
ren *.tx_ *.txt

ren *.vi_ *.vif
ren *.vx_ *.vxd

ren *.wb_ *.wbf
ren *.we_ *.web

ren *.xm_ *.xml

move /Y *.* ..
cd ..
rd expanded

You may to edit it.