-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmv2app.cmd
More file actions
23 lines (22 loc) · 2.18 KB
/
mv2app.cmd
File metadata and controls
23 lines (22 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@rem copies from UTF8 Directory to app directories
@rem may also need to correct new line to unix type
@ rem
copy /y C:\Moo\bbCodeWebex_Temp\utf8\en-US.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\en-US\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\de.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\de\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\es-ES.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\es-ES\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\fi.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\fi\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\fr.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\fr\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\he.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\he\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\it.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\it\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\ja.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\ja\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\ko.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\ko\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\pl.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\pl\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\pt-BR.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\pt-BR\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\pt-PT.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\pt-PT\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\ru.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\ru\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\sk.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\sk\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\sr.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\sr\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\th.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\th\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\zh-TW.json "%userprofile%\Documents\GitHub\bbCodeWebEx\_locales\zh-TW\messages.json"
copy /y C:\Moo\bbCodeWebex_Temp\utf8\DefMenu.json "%userprofile%\Documents\GitHub\bbCodeWebEx\data\DefMenu.json"
pause