当前位置:网站首页>如何快速批量创建文本文档?
如何快速批量创建文本文档?
2022-04-23 14:04:00 【学海无涯乐做舟】
在要创建文档的文件夹里新建一个文本文档。
打开该文档,把下面的命令复制粘贴进去。
命令:
@echo off
for /L %%x in (1,1,10) do @echo %%x>%%x.txt
按下ctrl+S键保存该内容后,关闭该文档。
选择该文档,按下f2键进行重命名。把后缀名改为bat。
版权声明
本文为[学海无涯乐做舟]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_41918841/article/details/103337142
边栏推荐
- 微信小程序与低功耗蓝牙通信-往硬件端发送数据(三)
- RobotFramework 之 项目框架
- 收藏博客贴
- Neuron and neural network
- leetcode--380. O (1) time insertion, deletion and acquisition of random elements
- 封装logging模块
- Record a strange bug: component copy after cache component jump
- Jacob print word
- PATH环境变量
- Detailed tutorial on the use of setinterval timing function of wechat applet
猜你喜欢
查询2013年到2021年的数据,只查询到2020的数据,遇到了这个问题所进行的解决办法
visio安装报错 1:1935 2:{XXXXXXXX...
Jmeter安装教程以及我遇到的问题的解决办法
Qt Designer怎样加入资源文件
Lin Lin, product manager of Lenovo: network failure of local network operator in Tianjin. The background server of Zui system can't work normally for the time being
帆软实现一个单选按钮,可以统一设置其他单选按钮的选择状态
Idea控制台乱码解决
Wechat applet obtains login user information, openid and access_ token
帆软实现分页时第一行和最后两行冻结方式
联想产品经理林林:天津当地网络运营商网络故障 ZUI系统后台服务器暂时无法正常工作
随机推荐
Detailed tutorial on the use of smoke sensor (mq-2) (based on raspberry pie 3B +)
微信小程序基于udp协议与esp8266进行通信
json反序列化匿名数组/对象
1256:献给阿尔吉侬的花束
Quartus prime hardware experimental development (de2-115 board) experiment II function adjustable comprehensive timer design
Ptorch classical convolutional neural network lenet
org.apache.parquet.schema.InvalidSchemaException: A group type can not be empty. Parquet does not su
Logging模块
关于密匙传递的安全性和数字签名
BUG_me
Restful WebService和gSoap WebService的本质区别
switch使用(微信小程序)
Qt Designer怎样加入资源文件
帆软分割求解:一段字符串,只取其中某个字符(所需要的字段)
多重继承虚基类习题
多线程 @Async 线程池
Cdh6 based on CM management 3.2 cluster integration atlas 2 one
收藏博客贴
程序编译调试学习记录
Program compilation and debugging learning record