Hi All
subject...
Packegers make release of game that need to run batch file...
Is it possible to run it directly or it is needed to rewrite in shell script?
is it opossible to run batch
Re: is it opossible to run batch
didencool wrote:Hi All
subject...
Packegers make release of game that need to run batch file...
Is it possible to run it directly or it is needed to rewrite in shell script?
Code: Select all
cmd file.bat
Re: is it opossible to run batch
vitamin wrote: cmd file.bat
Code: Select all
> WINEDEBUG=-all wine cmd.exe setup.bat
�����CMD 1.0-rc1

Re: is it opossible to run batch
It's the same syntax as on windows:didencool wrote:vitamin wrote: cmd file.batthat is all I gotCode: Select all
> WINEDEBUG=-all wine cmd.exe setup.bat �����CMD 1.0-rc1
Code: Select all
cmd /c test.bat