doh123 wrote: > I'm not sure why you'd want to run a batch file, there has to be an easier way to do what you want. Fine by me, I haven't even written the bat file yet. But I wasn't sure if there was a way to do it without the bat file. The bat file would pass some arguments to a CUI tool. Ideally I'd like to do this somehow: Code: wine cmd -executable=./path/to.exe -args="$arg1 $arg2" [/code]