P psteng19 Diamond Member Dec 9, 2000 5,953 0 0 Jun 6, 2005 #1 I have hundreds, if not thousands of files, and I want to extract the filenames into a text file or spreadsheet. Is this possible? WinXP Pro
I have hundreds, if not thousands of files, and I want to extract the filenames into a text file or spreadsheet. Is this possible? WinXP Pro
D dighn Lifer Aug 12, 2001 22,820 4 81 Jun 6, 2005 #2 try dir /b > files.txt for more info, dir /? for help, just add the > files.txt part to redirect the output to a text file
try dir /b > files.txt for more info, dir /? for help, just add the > files.txt part to redirect the output to a text file
P psteng19 Diamond Member Dec 9, 2000 5,953 0 0 Jun 6, 2005 #3 Originally posted by: dighn try dir /b > files.txt for more info, dir /? for help, just add the > files.txt part to redirect the output to a text file Click to expand... Excellent :thumbsup:
Originally posted by: dighn try dir /b > files.txt for more info, dir /? for help, just add the > files.txt part to redirect the output to a text file Click to expand... Excellent :thumbsup:
Drakkon Diamond Member Aug 14, 2001 8,401 1 0 Jun 6, 2005 #4 I prefer KArens Directory Printer but if that worked for you then so be it