summarylogtreecommitdiffstats
path: root/cheat-engine-zh.install
diff options
context:
space:
mode:
authorXDwanj2023-06-23 23:04:02 +0800
committerXDwanj2023-06-23 23:04:02 +0800
commit080946c3d64097790ee6d352d52969c51643b558 (patch)
treece1989ee0bd71d212fc5c57a46ea8611ba89d874 /cheat-engine-zh.install
downloadaur-080946c3d64097790ee6d352d52969c51643b558.tar.gz
release
Diffstat (limited to 'cheat-engine-zh.install')
-rw-r--r--cheat-engine-zh.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/cheat-engine-zh.install b/cheat-engine-zh.install
new file mode 100644
index 000000000000..3b25f6dd2fa9
--- /dev/null
+++ b/cheat-engine-zh.install
@@ -0,0 +1,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
+'
+}