@echo off set /p target=Path of Cangjie Runtime: hdc shell "mount -o rw,remount /" for %%F in ("%target%\*") do ( hdc file send %%~fF /system/lib64 ) pause