You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: