分页: 1 / 1

wine如何运行bat文件

发表于 : 2006-08-22 16:29
eexpress

代码: 全选

~/CodeWarrior CW08_V3.0/Bin$ wine regservers.bat
wine: could not load L"D:\\CodeWarrior CW08_V3.0\\Bin\\regservers.bat": Bad EXE format for

发表于 : 2006-08-24 12:28
jarryson
这个因该用什么box的模拟吧

至少用wine模拟出cmd

忘名字了 记性真差

发表于 : 2006-08-24 13:23
eexpress
wineconsole regservers.bat
忘记贴了。找到这个可以。 :lol:

Re: wine如何运行bat文件

发表于 : 2009-05-18 16:49
eagle5678
wineconsole:WINECON_Fatal Couldn't find a decent font, aborting
??

Re: wine如何运行bat文件

发表于 : 2009-05-18 23:30
anix
需要cmd啊!好像~我没用过。 :em05

Re: wine如何运行bat文件

发表于 : 2009-05-18 23:31
shanliang8008
怎么想起搞这个来了

Re: wine如何运行bat文件

发表于 : 2009-05-19 4:01
luojie-dune
多少年前的事情了。。。ee早就没有wine了吧。

Re: wine如何运行bat文件

发表于 : 2009-08-03 20:54
pengdong17
wineconsole:WINECON_Fatal Couldn't find a decent font, aborting
wineconsole:WINECON_Fatal Couldn't find a decent font, aborting
wineconsole:WINECON_Fatal Couldn't find a decent font, aborting

Re: wine如何运行bat文件

发表于 : 2009-08-03 21:59
delectate
eagle5678 写了:wineconsole:WINECON_Fatal Couldn't find a decent font, aborting
??
自己google去

Re: wine如何运行bat文件

发表于 : 2010-05-22 17:00
expipi

代码: 全选

$ export LANG=en_EN.UTF-8 
$ wineconsole cmd

Re: wine如何运行bat文件

发表于 : 2010-05-27 18:19
EMAX
直接 wine cmd就能在终端中模拟cmd了,没有必要去打开wine自带的控制台。

代码: 全选

wyq@wyq-desktop:~$ wine cmd
CMD Version 1.2-rc1


Z:\home\wyq>
中文乱码问题详见Ubuntu终端窗口菜单-终端-设定字符编码-简体中文(GBK)//没有的话先选添加或删除(A)添加GBK

Re: wine如何运行bat文件

发表于 : 2010-05-27 18:31
photor
:em09

Re: wine如何运行bat文件

发表于 : 2010-06-07 21:18
asdface
搞定了wine下运行puff