← Back to team overview

zim-wiki team mailing list archive

Re: Portable Zim: localization issue

 

On Wed, Mar 11, 2009 at 11:56 PM, Brendan Kidwell <snarf@xxxxxxxxx> wrote:
> On Wed, Mar 11, 2009 at 2:29 PM, Dotan Cohen <dotancohen@xxxxxxxxx> wrote:
>>
>> Sure, how does one do that in Windows?
>
> I think you want to run:
>   cd /d [zim folder]
>   start-zim.cmd --debug
>
> start-zim.cmd passes command line arguments to wperl.exe and thence to zim.

That will not work because wperl runs without a terminal, so you never
get to see the debug output. What I did is copy "start-zim.cmd" to
"start-zim-debug.cmd", added the "--debug" switch in there and changed
the call to "wperl.exe" into a call to "perl.exe". That way it does
run with terminal output.

-- Jaap



References