the last line must be:

start "" "pd.exe"

(see Marshall's answer in 
https://stackoverflow.com/questions/324539/how-can-i-run-a-program-from-a-batch-file-without-leaving-the-console-open-after
 ) 

then it works, thanks!

Christof

PS: just renaming 'po' is easier, though :-p.


 
 

Gesendet: Dienstag, 25. Juli 2017 um 10:59 Uhr
Von: "Dan Wilcox" <danomat...@gmail.com>
An: "Christof Ressi" <christof.re...@gmx.at>
Cc: oliver <oli...@klingt.org>, Pd-List <pd-list@lists.iem.at>
Betreff: Re: [PD] 048-test5 > w32 strange chars

In looking in the pd-gui.tcl, we do check for the LANG environment variable on 
Windows. You could make a batch script wrapper to launch pd. Maybe something 
like:
 
SET LANG="en_US.UTF-8"
start "pd.exe"
 
Put the in a file in the bin folder with pd.exe and name it something like 
"PdStart.bat" or whatever. Then double click that instead of the pd.exe. It 
should override the system locale settings this way without having to remove or 
rename the po folder.
 
Let me know if that works and I can add the info to the po/README.txt.
 

On Jul 25, 2017, at 10:53 AM, Christof Ressi 
<christof.re...@gmx.at[mailto:christof.re...@gmx.at]> wrote: 

ah sorry, I was only relating to oliver's question if it's possible to change 
Pd back to english (I can't stand using Pd in German).
 

Gesendet: Dienstag, 25. Juli 2017 um 10:18 Uhr
Von: "Dan Wilcox" <danomat...@gmail.com[mailto:danomat...@gmail.com]>
An: "Christof Ressi" <christof.re...@gmx.at[mailto:christof.re...@gmx.at]>
Cc: oliver <oli...@klingt.org[mailto:oli...@klingt.org]>, Pd-List 
<pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]>
Betreff: Re: [PD] 048-test5 > w32 strange chars

Well, it's not a *real* fix but just confirms the issue is with loading 
translations.
 

On Jul 25, 2017, at 10:16 AM, Christof Ressi 
<christof.re...@gmx.at[mailto:christof.re...@gmx.at][mailto:christof.re...@gmx.at[mailto:christof.re...@gmx.at]]>
 wrote: 

I think renaming the po dir might work
perfect, that works! :-) I'm pretty relieved now. 

--------
Dan Wilcox
@danomatika[http://twitter.com/danomatika[http://twitter.com/danomatika]]
danomatika.com[http://danomatika.com][http://danomatika.com[http://danomatika.com]]
robotcowboy.com[http://robotcowboy.com][http://robotcowboy.com[http://robotcowboy.com]]
  

--------
Dan Wilcox
@danomatika[http://twitter.com/danomatika]
danomatika.com[http://danomatika.com]
robotcowboy.com[http://robotcowboy.com]
 

_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to