RE: Size of translated programs

new topic     » topic index » view thread      » older message » newer message

Juergen Luethje wrote:
> In order to automatically translate to smaller executables, I wrote the
> following batch file:
>    @echo off
>    shroud -clear -out %2 %1
>    ecw.exe -bor %2
> 
> but it does not work. The last command is not executed. Does anyone know
> the reason why?

Shroud is a batch file.  You need to use "call"
call shroud ... 
Otherwise control won't return to your bat file.

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu