@璐村惂鐢ㄦ埛_000076K馃惥 off
:A
set "str=%~x1"
if "%str%"==".dds" (goto B) else echo "It is not DDS File!"
pause
exit
:B
cmd /c start %~dp0&&psp2gxt -i %~nx1 -o %~n1.png
shift
if "%~1" neq "" (goto A)
exit
简单写了个批处理,txt另存为bat和psp2gxt放在同文件夹,把转好的dds直接也放到同文件夹,然后直接拖拽
要是谁能改改写个带文件夹拖拽转换的就好了
:A
set "str=%~x1"
if "%str%"==".dds" (goto B) else echo "It is not DDS File!"
pause
exit
:B
cmd /c start %~dp0&&psp2gxt -i %~nx1 -o %~n1.png
shift
if "%~1" neq "" (goto A)
exit
简单写了个批处理,txt另存为bat和psp2gxt放在同文件夹,把转好的dds直接也放到同文件夹,然后直接拖拽
要是谁能改改写个带文件夹拖拽转换的就好了









