1. 程式人生 > >source insight totalcmd 中文目錄

source insight totalcmd 中文目錄

ech %x echo utf-8 star for pps .bat tar

@echo off

for /F "usebackq delims=" %%a in (`echo %1^^^|iconv -f utf-8 -t gb18030`) do (
set xxxx=%%a
)
echo start D:\Apps\totalcmd\TOTALCMD64.EXE /O %xxx% > d:\tmp.bat
start cmd /c D:\tmp.bat
exit

source insight totalcmd 中文目錄