Hello Guys!
How do you copy multiple folder titles from from another hard drive?
Note: Do this first if you have Windows 7
What happened to the Run command?
The Search box that appears on the Start menu in this version of Windows provides much of the same functionality as the Run command. However, the Run command is still available if you prefer to use it. You can even add it to the Start menu for easier access.
To add the Run command to the Start menu
Open Taskbar and Start Menu Properties by clicking the Start button , clicking Control Panel, clicking Appearance and Personalization, and then clicking Taskbar and Start Menu.
Click the Start Menu tab, and then click Customize.
In the list of Start menu options, select the Run command check box, and then click OK. The Run command will be displayed on the right side of the Start menu.
==================================================================================================================================================
Code:Then go to Start, Run, cmd and it will open to the above directory.
At the command prompt type:
cd .. several times until you get C:\>
Type
C:\>I: Press Enter
Type H:\>Now you are in the hard drive where you want to copy the folder titles but the folder titles are in one specific folder. So we need to be in that folder.
Type H:\>cd musica and press enter (musica is the folder where all the folder titles are)
H:\>music>Now we are in the specific folder where all our folder titles with contents are but we're only gonna copy the names of all those folders.
Type dir /ad >list.txt
hit Enter.
|
This will create a text file named "list" of all items in the directory that has the "Directory" attribute. You will find the .txt file in the same folder.
You can then open Excel and go to File, Open. Change to All file types and browse to the same folder to find it.
Hopefully you have opened a text file in Excel before. Otherwise just follow the prompts to get it open in Excel and then delete columns as needed.
Do save it as an Excel worksheet though versus a .txt file when prompted.
That's all folks!
