Chat-GPT 張貼者: vincent cheng 日期: 2月 06, 2023 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 Chat-GPTChat-GPTQ: windows batch file to create 10 files which contant count of file and file name end with 001 until 010A:@echo offsetlocal enabledelayedexpansionfor /l %%i in (1,1,10) do ( set "count=00%%i" set fileName=file_!count:~-3!.txt echo File number !count!: !fileName! > !fileName!)endlocalpause 留言
留言