Skip to content
Forum Archive

PIMPin Question!

5 posts

ryan#

PIMPin Question!

In my PIMP script I was wondering how to make it launch my read me after installation. I tried the execfile command but I must be doing it wrong... I attached my PSC file below.


Name The Idiot boxv2.0
OutFile The idiot boxv2.exe
DefaultDir C:\Program Files\Winamp\plugins\avs\The idiot box
AddFile C:\Program Files\Winamp\Plugins\AVS\idiot box\*.avs
Addfile C:\Program Files\Winamp\Plugins\AVS\Idiot box\read me.txt
Execfile C:\Program Files\Winamp\Plugincs\AVS\Idiot box\read me.txt
Text This will install The idiot box v2.0 If you do not want to install this please click cancel. [NOTE] FOR THESE PRESETS TO LOOK RIGHT IN AVS EDITOR CLICK SETTINGS\DISPLAY AND TURN ON PIXEL DOUBLING!!
Guest#
I don't know a thing about PIMP,
but my first guess would be that you should try using quotes "..." around the arguments...

Try it, maybe it'll work out...

Good luck, greetz,
-Hendri.
Rocker#
zip your files....then use the zip2exe converter(included in NSIS installation)

just make sure this is the extract path
$PROGRAMFILES\winamp\plug-ins\avs

its the easiest way
Montana#
Re: PIMPin Question!

Originally posted by idiot24-7

Name The Idiot boxv2.0
OutFile The idiot boxv2.exe
DefaultDir C:\Program Files\Winamp\plugins\avs\The idiot box
AddFile C:\Program Files\Winamp\Plugins\AVS\idiot box\*.avs
Addfile C:\Program Files\Winamp\Plugins\AVS\Idiot box\read me.txt
Execfile C:\Program Files\Winamp\Plugincs\AVS\Idiot box\read me.txt
Text This will install The idiot box v2.0 If you do not want to install this please click cancel. [NOTE] FOR THESE PRESETS TO LOOK RIGHT IN AVS EDITOR CLICK SETTINGS\DISPLAY AND TURN ON PIXEL DOUBLING!!
[/B]
try now