関連タグで絞り込む (3)
人力検索
バッチファイルのfor文のことで質問があります http://folomy.jp/heart/?m=pc&a=page_c_topic_detail&target_c_commu_topic_id=12598 の返答にあるように @echo off set b=0 for /r "C:\" %%f in (*.png) do ( set name=%%~nf% call :next ) goto end :next ren... 続きを読む h:id:hatenaquestion テクノロジー
バッチファイルのfor文のことで質問があります http://folomy.jp/heart/?m=pc&a=page_c_topic_detail&target_c_commu_topic_id=12598 の返答にあるように @echo off set b=0 for /r "C:\" %%f in (*.png) do ( set name=%%~nf% call :next ) goto end :next ren... 続きを読む