[Help]Opening Two Programs From One Docklet

I KNOW I saw this posted somewhere, but I cannot find it at all. How can I make it so that when I click the docklet to open Ave, it opens iTunes too? I saw something similar posted before and someone showed him a VB script that did it.

Thanks a lot :)

#283267

put this in notepad

start "x" "Pathtoprogram"
start "x" "Pathtoprogram"

and save it as a .bat

that should work.

#283268

Thanks! Worked great :D

#283314