|
| ||||||||||
| Tags: batch, excel |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| make file name list in excel using batch file
can u please help me? |
|
#2
| ||||
| ||||
| 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
__________________ Education, Career and Job Discussions |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "make file name list in excel using batch file" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VB Script or batch file to run Excel Macro 2010 | Fakhry | Software Development | 2 | 19-06-2012 12:23 PM |
| How to make a simple Sorting batch file? | nadeth | Software Development | 3 | 18-01-2012 05:13 AM |
| Batch extraction in 1 Excel file | Pikachoo | Software Development | 5 | 27-02-2009 01:00 PM |
| Batch file to list directories, export to CSV | chickenfriedsteak | Windows Server Help | 1 | 16-02-2009 07:35 PM |
| batch or registry file to make Firefox default browser | Ximen | Technology & Internet | 3 | 30-01-2009 08:42 AM |