
universal plugin installer
here's the update for my "universal Bibble plugin installer for windows"
you know, the smaller and simpler the solution, the bigger the name.

drop it in the unzipped folder of a plugin you want to install, run.
Code:
@ECHO OFF
ECHO this will install the Bibble 5 plugin-files
ECHO DLL's go to %ProgramFiles%\Bibble Labs\Bibble 5\supportfiles\plugins\
ECHO UI's go to %ProgramFiles%\Bibble Labs\Bibble 5\supportfiles\tools\Plugins
ECHO .
PAUSE
COPY *.DLL "%ProgramFiles%\Bibble Labs\Bibble 5\supportfiles\plugins"
COPY *.UI "%ProgramFiles%\Bibble Labs\Bibble 5\supportfiles\tools\Plugins"
PAUSE
same rules as with the B4 version of this scripty.
feel free to use it, modify it, hack it.
or translate it for any other OS.
include it with your plugin downloads.
thank you.