mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
13 lines
288 B
Batchfile
13 lines
288 B
Batchfile
@echo off
|
|
|
|
cd ..\..\..\media
|
|
|
|
mkdir rapps\utf16
|
|
|
|
for %%f in (rapps\*.txt) do (
|
|
..\output-MinGW-i386\host-tools\utf16le.exe "rapps\%%~nf.txt" "rapps\utf16\%%~nf.txt"
|
|
)
|
|
|
|
..\output-MinGW-i386\host-tools\cabman.exe -M mszip -S rapps\rappmgr.cab rapps\utf16\*.txt
|
|
rmdir /s /q rapps\utf16
|