gameimage
gameimage copied to clipboard
Append A command to the exe
Using wine can i have an option to prefix a command before running the wine program. For example i would like to append a command to limit the program to use 1 cpu core using schedtool
Example
schedtool -a 0x1 -e wine blah blah.exe
i need to append the command schedtool -a 0x1 -e to run before the wine command