@echo off echo text input set input= set /p input=: echo %input% is input cd %input% rem @echo on for %%a in (*) do ( echo %%a is input ) cd ..
bat脚本得到前一天的日期的代码
bat文件与Vbs文件之间的常用操作(获取用户输入,执行VBS文件)
自动修改本机IP地址的bat代码
批处理(bat)获取指定目录下的所有文件列表
使用批处理脚本实现文件按时间顺序
dos批处理命令forfiles使用参数介绍
批处理echo、echo off、echo on、@、@echo
bat文件与Vbs文件之间的常用操作(获取