View Single Post
Old 01-17-2012, 07:04 AM   #87
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by neilerua View Post
Can't enter any command line it fails before... maybe it's not X64 ready ?
I've no X86 OS to test...
Ahh, are you just running it from Windows GUI? Unfortunately it is a command line application, so you would generally run cmd.exe first, then go to the directory where you have it download, via something like:
Code:
cd \Users\myusername\Downloads
Then:
Code:
merge_langpacks %appdata%\REAPER\langpacks\english.txt %appdata%\REAPER\langpacks\mylang.txt > %appdata%\REAPER\langpacks\mylang-new.txt
(or similar)...

Sorry if this is confusing. If you would like to post your current langpack we can run it and give you the output.
Justin is offline   Reply With Quote