Pimp -
http://ftp.winamp.com/winamp/nsdn/pimp131.exe
The FAQ -
http://www.winamp.com/nsdn/pimp/faq.jhtml
The Howto -
http://www.winamp.com/nsdn/pimp/howto.jhtml
You to create a pimp script file. This is a text file. Looks like this (the bold parts are things that you can change)-
; start lines with ; or # for comments
Name
My AVS Files
;name displayed during setup
Text
This will install My AVS Presets
;text displayed when install program is started
Outfile
myavs.exe
;names the file that PIMP will output.
DefaultDir $PROGRAMFILES\Winamp\Plugins\avs\
;tells the directory where PiMP will place the file that is output (best to leave this as it is)
SetOutPath
\mypresets
;places the presets into the AVS directory e.g program
files\winamp\plugins\avs\mypresets
Addfile
mypreset.avs
Addfile
another preset.avs
;add your avs files to be included in the pimp file here
;end
Save the text above as avs.psc or whatever and then use the makepimp command -
makepimp avs.psc
It should then create myavs.exe or whatever name you gave in the .psc file. If there is an error read what it says. Or post back here if you don't get it.