Hello, to open a file with terminal, using wine, the command is: wine filename, right? How do i open a file that is inside folders? Thanks! Bye!
On Thu, May 7, 2009 at 2:15 PM, Kaboo <wineforum-user at winehq.org> wrote:> Hello, to open a file with terminal, using wine, the command is: > wine filename, right? > How do i open a file that is inside folders? > Thanks!cd foldername This is same command on windows or *nux from a shell/terminal/command window. John
On Thu, May 7, 2009 at 1:15 PM, Kaboo <wineforum-user at winehq.org> wrote:> Hello, to open a file with terminal, using wine, the command is: > wine filename, right?Close: $ wine program.exe filename> How do i open a file that is inside folders?$ wine program.exe folder/filename Same as you would on windows... -- -Austin
austin987 wrote:> On Thu, May 7, 2009 at 1:15 PM, Kaboo <wineforum-user at winehq.org> wrote: > > > Hello, to open a file with terminal, using wine, the command is: > > wine filename, right? > > > > Close: > $ wine program.exe filename > > > > How do i open a file that is inside folders? > > > > $ wine program.exe folder/filename > > Same as you would on windows... > > -- > -AustinThanks for the help! But... if the file program.exe is on /var/foldername, i will do: $ wine programname.exe var/foldername or $ wine program.exe var/foldername/program.exe? Thanks. Bye!
On Thu, May 7, 2009 at 1:31 PM, Kaboo <wineforum-user at winehq.org> wrote:> > austin987 wrote: >> On Thu, May 7, 2009 at 1:15 PM, Kaboo <wineforum-user at winehq.org> wrote: >> >> > Hello, to open a file with terminal, using wine, the command is: >> > wine filename, right? >> > >> >> Close: >> $ wine program.exe filename >> >> >> > How do i open a file that is inside folders? >> > >> >> $ wine program.exe folder/filename >> >> Same as you would on windows... >> >> -- >> -Austin > > Thanks for the help! > But... if the file program.exe is on /var/foldername, i will do: > > $ wine programname.exe var/foldername > or > $ wine program.exe var/foldername/program.exe?No, do: $ cd /var/foldername $ wine program.exe filename -Austin
austin987 wrote:> On Thu, May 7, 2009 at 1:31 PM, Kaboo <wineforum-user at winehq.org> wrote: > > > > > austin987 wrote: > > > > > On Thu, May 7, 2009 at 1:15 PM, Kaboo <wineforum-user at winehq.org> wrote: > > > > > > > > > > Hello, to open a file with terminal, using wine, the command is: > > > > wine filename, right? > > > > > > > > > > > > > > Close: > > > $ wine program.exe filename > > > > > > > > > > > > > How do i open a file that is inside folders? > > > > > > > > > > > > > > $ wine program.exe folder/filename > > > > > > Same as you would on windows... > > > > > > -- > > > -Austin > > > > > > > Thanks for the help! > > But... if the file program.exe is on /var/foldername, i will do: > > > > $ wine program.exe var/foldername > > or > > $ wine program.exe var/foldername/program.exe? > > > > No, do: > $ cd /var/foldername > $ wine program.exe filename > -Austin$ wine program.exe filename What's the filename? Sorry, i'm a damn newba, when talking about terminal [Laughing] . However, how do i close the file, after i opened it? And, can i open .bat files with Wine, eh? Thanks. Bye!
> > 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.> 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 ? Thanks!
> > Wine requires X to run. >Sorry, but i didn't understand what is X.... hehe, what's it? Thanks.
> > X Windows. > http://en.wikipedia.org/wiki/X_Window_System > JohnSo, i need to install this X windows system where? On my home computer or on the Server(with linux, that i want to use wine remotely) that i'm using? Bye!
> T start VNC, login to the directory that contains WINE with PuTTY, run: > vncserver >I went to the directory(cd usr/lib/wine) with Putty, but when i did vncserver: Command not found. Do i need to write anything, not only vncserver? Thanks. Bye!
On Thu, May 7, 2009 at 6:18 PM, Kaboo <wineforum-user at winehq.org> wrote:> >> T start VNC, login to the directory that contains WINE with PuTTY, run: >> vncserver >> > > I went to the directory(cd usr/lib/wine) with Putty, but when i did vncserver: > Command not found. > Do i need to write anything, not only vncserver? >Then its probably not installed on your linux server. Your distro should have this. John
Ok, i started VNC server.. "New 'X' desktop is blabla.bla-:1 Starting applications specified in /etc/x11/xsession log file is root/.vnc/blablabla:1.log". But when i try to connect with VNC Viewer, i got the following error: "unable to connect to host: Connection refused (10061)". Didn't find anything good related to it on internet, does anyone had this error, or know how to solve? Thanks. Bye!