Commit 5dfb22f5 authored by 苍蓝's avatar 苍蓝

update

parent e4c0d20d
@echo off
set "output_dir=D:\YGOPro2\deck"
set "output_file=%output_dir%\list.ydk"
echo #created by > "%output_file%"
echo #main >> "%output_file%"
echo 23333334 >> "%output_file%"
for %%I in (*.jpg *.png) do (
echo %%~nI >> "%output_file%"
)
echo 完成!生成的 list.ydk 文件已保存到 %output_dir%
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment