正文

```batch @echo off :: CMD脚本内容示例 :: 打印欢迎信息 echo Welcome to the Custom Command Script! :: 定义一个简单的函数来列出当前目录下的所有文件 :ListFiles echo Listing files in the current directory... dir >