分页: 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
忘记贴了。找到这个可以。

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啊!好像~我没用过。

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
Re: wine如何运行bat文件
发表于 : 2010-06-07 21:18
由 asdface
搞定了wine下运行puff