What would be the best way to execute an CLI .exe on Bazzite?
question
So this may be a noobish question, but what is the best way to execute a CLI exe
For example: I am trying to run VGAudiocli.exe(github link below). On windows CMD, I just need to CD to the directory and run the program from there. From what I understand, on linux you can do something similar by using wine in the command prompt, but wine isn't installed on bazzite by default(unless I am missing something). What is the best way to run this exe from the command line without switching over to windows?
yes also when you run an exe from command prompt what that allows you to do is add "command line arguments" to the EXE everything you type after the exe name on the same line is a command line argument