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
Git Clone URL: | https://aur.archlinux.org/cheat-engine-zh.git (read-only, click to copy) |
---|---|
Package Base: | cheat-engine-zh |
Description: | Cheat Engine is a development environment focused on modding games and applications for personal use. |
Upstream URL: | https://cheatengine.org |
Licenses: | custom:commercial |
Submitter: | XDwanj |
Maintainer: | XDwanj |
Last Packager: | XDwanj |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-06-23 15:04 (UTC) |
Last Updated: | 2023-06-23 15:09 (UTC) |
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
@oroborius @TrueSalt This package installs to /opt/; the .exe file launches just fine using WINE.
@TrueSalt looks like it's just a portable CE7.5 bundled to include wine dependencies in the AUR repository at a first glance. Meaning you'd likely still need to run the executable under the same prefix as the game you're using it on. Should be doable using steamtinkerlaunch.
How does this program work? There doesn't seem to be any documentation or anything on how to launch or use this. Like what command starts up the program?
Pinned Comments
XDwanj commented on 2025-07-14 06:39 (UTC)
You can execute bat scripts through wine to start multiple programs at the same time, like this: