Re: copying a list of files
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Fri, 14 Dec 2007 17:19:14 +0100
"NancyL" <NancyL@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DF739FE2-6FE7-47C4-A4C1-656477050851@xxxxxxxxxxxxxxxx
I would like to copy the file names from a folder without copying the files
themselves. I would like to put the file names in an Excel Spread***. Is
this possible?
Thanks for any help!
Try this:
1. Click Start / Run / cmd {OK}
2. Type these commands:
dir /s /b "c:\documents and Settings\NancyL" > c:\dir.txt{Enter}
notepad c:\dir.txt {Enter}
You can now copy & paste the file list into your Excel spread***.
The process can be automated along the lines of this KB article:
http://support.microsoft.com/?kbid=321379
.
- Prev by Date: Re: Launch GUI Disk Check utility
- Next by Date: Re: Launch GUI Disk Check utility
- Previous by thread: Launch GUI Disk Check utility
- Next by thread: Re: move files based on a spread*** list?
- Index(es):
Loading