当前位置:网站首页>How to quickly batch create text documents?
How to quickly batch create text documents?
2022-04-23 16:06:00 【Learning is boundless, happy to make a boat】
Create a new text document in the folder where you want to create the document .
Open the document , Copy and paste the following command .
command :
@echo off
for /L %%x in (1,1,10) do @echo %%x>%%x.txt
Press down ctrl+S Key to save the content , Close the document .
Select the document , Press down f2 Key to rename . Change the suffix to bat.
版权声明
本文为[Learning is boundless, happy to make a boat]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231403594785.html
边栏推荐
- [key points of final review of modern electronic assembly]
- 【现代电子装联期末复习要点】
- Jour (9) de ramassage de MATLAB
- How to upgrade openstack across versions
- The principle and common methods of multithreading and the difference between thread and runnable
- 一文读懂串口及各种电平信号含义
- Application case of GPS Beidou high precision satellite time synchronization system
- The system research problem that has plagued for many years has automatic collection tools, which are open source and free
- 451. 根据字符出现频率排序
- Spark 算子之groupBy使用
猜你喜欢
糖尿病眼底病变综述概要记录
Coalesce and repartition of spark operators
Construction of esp32 compilation environment
WPS brand was upgraded to focus on China. The other two domestic software were banned from going abroad with a low profile
Homewbrew installation, common commands and installation path
5分钟,把你的Excel变成在线数据库,神奇的魔方网表excel数据库
Implement default page
C language --- advanced pointer
Config learning notes component
Spark 算子之交集、并集、差集
随机推荐
捡起MATLAB的第(5)天
js正則判斷域名或者IP的端口路徑是否正確
Open source project recommendation: 3D point cloud processing software paraview, based on QT and VTK
js正则判断域名或者IP的端口路径是否正确
Grbl learning (I)
Tencent offer has been taken. Don't miss the 99 algorithm high-frequency interview questions. 80% of them are lost in the algorithm
Nanny Anaconda installation tutorial
王启亨谈Web3.0与价值互联网“通证交换”
ESP32_Arduino
gps北斗高精度卫星时间同步系统应用案例
Day (4) of picking up matlab
Config组件学习笔记
The principle and common methods of multithreading and the difference between thread and runnable
GRBL学习(一)
捡起MATLAB的第(6)天
JS regular determines whether the port path of the domain name or IP is correct
Ice -- source code analysis
Compile, connect -- Notes
Coalesce and repartition of spark operators
volatile的含义以及用法