AVS pimp script
any one have a ready done template pimp script for avs packages
11 posts
Originally posted by LittleBuddy88
OutFile C:\program\makepimp\filename.exe
<
SetOutPath $VISDIR\AVS\M <-------What is this M? a Typo?
AddFile C:\program\Winamp\Plugins\avs\MYvideo.avi
SetOutPath $VISDIR\AVS\mypack\ ;Just do this again to select another dir
addfile C:\program\winamp\plugins\avs\mycoolshit\*.avs
addfile C:\program\winamp\plugins\avs\mytext.tx <----- If you can do this here (diffrent directories under the same outpath) why didn't you just do that with the top one as well?
ExecFile $VISDIR\AVS\mypack\mytext.txt ; open this file when done
Simple enough, ey?
I'll look into Superpimp too soon 😉
Linus [/B]
SetOutPath $VISDIR\AVS\mypack\ ;Just do this again to select another dirSetOutPath... this is the directory I want to copy the files to.
addfile C:\program\winamp\plugins\avs\mycoolshit\*.avs
addfile C:\program\winamp\plugins\avs\mytext.txt <----- If you can do this here (diffrent directories under the same outpath) why didn't you just do that with the top one as well?