Startup/Exit VBScripts to merge .reg files, launch programs, and kill processes
I've been using the fabulous XrX PortableApps Menu Mod (I hope the additional features will eventually make it to the official version). I have been using the startup/exit functionality as well as the ability to execute VBScripts. I have some custom programs that require writing to the registry, so I wrote a bit of VBScript code to handle this. I created a directory in the PortableApps folder called Scripts
and placed two .vbs files: start.vbs
and exit.vbs
.