Results 1 to 2 of 2

Thread: make file name list in excel using batch file

  1. #1
    Join Date
    Jun 2011
    Posts
    3

    make file name list in excel using batch file

    i want to make file name list in excel (by using batch file) from one Folder
    can u please help me?

  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: make file name list in excel using batch file

    Well, if you want to get a list of all files of a certain type on your disk, use the DIR command with it's /s option to recursively search all subdirectories. Also use the /b option for the "bare" output to get JUST the file name (no header stuff). For example, to get a list of all Excel files on your C: drive:
    dir /s /b c:\*.xls

Similar Threads

  1. VB Script or batch file to run Excel Macro 2010
    By Fakhry in forum Software Development
    Replies: 2
    Last Post: 19-06-2012, 12:23 PM
  2. How to make a simple Sorting batch file?
    By nadeth in forum Software Development
    Replies: 3
    Last Post: 18-01-2012, 06:13 AM
  3. Batch extraction in 1 Excel file
    By Pikachoo in forum Software Development
    Replies: 5
    Last Post: 27-02-2009, 02:00 PM
  4. Batch file to list directories, export to CSV
    By chickenfriedsteak in forum Windows Server Help
    Replies: 1
    Last Post: 16-02-2009, 08:35 PM
  5. batch or registry file to make Firefox default browser
    By Ximen in forum Technology & Internet
    Replies: 3
    Last Post: 30-01-2009, 09:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,667,845.03887 seconds with 17 queries