1 2 3 4 5 6 7 8 9 10 11 12 13
post_install() { echo ' You can execute bat scripts through wine to start multiple programs at the same time, like this: echo " start \"\" \"z:\home\user\a.exe\" & start \"\" \"z:\home\user\b.exe\" & pause " > ~/run.bat wine ~/run.bat ' }