On Thu, May 7, 2009 at 1:56 PM, Kaboo <wineforum-user@xxxxxxxxxx> wrote: > >> >> Just as you would in windows. Close the program. > > Is there any command? Because i will open it remotely, with Putty, no graphical things, hehe. Wine requires X to run. >> And, can i open .bat files with Wine, eh? >> > > 'wine cmd.exe' should support them. Complex .bat scripts may not work > as intended. > So i can do: > $ cd /var/foldername > $ wine program.bat ? Not quite...you'd need to use: $ wine start program.bat -- -Austin