Re: Size of translated programs

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

Kenneth wrote:

> 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.

Works fine. smile
Thanks, Kenneth and Carl!

Regards,
   Juergen

-- 
The difference between men and boys
is the price of their toys.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu