Re: Can I run windows console (command line) applications using WINE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Well, I was about to send you a message saying RTFM, but I don't see
it in the FM. Maybe the FM maintainer(s) will add this to the FM.


On Mon, Mar 28, 2005 at 03:16:07PM -0800, Kaushik, Susheel wrote:
> 
>    Hi,
> 
> 
>    I understand Windows UI applications can run in Linux using wine.
> 
> 
>     1. Can I run console/command line applications also?

Some. I've already found out you cannot run programs
that access the video hardware directly. Use wineconsole.


>     2. If  yes,  a  how  can  a  shell script running on Linux invoke the
>        console/command line application. (A sample would be great)

--------------------------------------------------
[ccurley@charlesc portal]$ cat $(which rf)
#!/bin/sh

# Time-stamp: <2005-01-24 07:57:01 ccurley rf>

# Shell script to launch real-Forth from wine.

# set the geometry once and for all. wineconsole seems to prefer 80x25
geo=80x25-15+20

xterm -fn 10x20 -geometry $geo -e 'cd ~/.wine/drive_c/crc/rf ; /usr/bin/wineconsole c:\\crc\\rf\\rff.com 3 load'
--------------------------------------------------

-- 

Charles Curley                  /"\    ASCII Ribbon Campaign
Looking for fine software       \ /    Respect for open standards
and/or writing?                  X     No HTML/RTF in email
http://www.charlescurley.com    / \    No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0  809C FFF6 4C48 4ECD DFDB

Attachment: pgpvsbxp1OBCu.pgp
Description: PGP signature


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux