summarylogtreecommitdiffstats
path: root/cheat-engine-zh.install
blob: 8d6c9fdc723508303519003cf0cd80f2617074d4 (plain)
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
'
}