To generate a list of files using a batch file

Source: Internet
Author: User

Small knitting here today to share a simple small method, homemade Bat Batch command automatically generate file list to facilitate one-time replication

Using a batch file to generate a list of files, friends will encounter the situation: Want to copy the name of all the files in a folder, or the name of all the files to list a list, with manual copy of the thankless task is easy to make mistakes.

Small knitting here today to share a simple small method, homemade Bat Batch command automatically generate a file list to facilitate one-time replication.

Method:

First enter the file directory, to create a. txt format of a plain document file.

Copy the following command in this text document and save it.

Copy code code as follows:

@echo off

dir/b/on >list.txt

Modify the suffix name of this text document from. txt to. bat

Double-click to execute this. bat file

A List.txt manifest document file is automatically generated

Double-click to open to see, inside is not the name of the file in the folder?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.