How to automatically generate a directory for a folder file-save to txt

How to automatically generate a directory for a folder file-save to txt

1. Open the notepad:

2. Copy the following:

@echo off    
dir /b /on >list.txt

3. Save as bat, type ANSI

 

 

Guess you like

Origin blog.csdn.net/txwtech/article/details/108693920