Is it a word document? If so, you could save it as a pdf, then use Ilovepdf website to convert it to an excel doc. Ilovepdf if excellent and trustworthy, btw.
Right-click on a folder that contains your MP3 files.
Select 'Open PowerShell window here'.
In the window that appears, type this:
dir > printit.txt
Hit enter.
Close the window.
Go to the folder that you right-clicked on and open it.
There will now be a new file in there, called printit.txt.
That file can then be opened in any word processor (such as Microsoft Word or LibreOffice Writer), from where you can edit it if required. You can also save it, with any name of your choosing, to any location you like.
When you say "opens the file" and "convert that list" do you mean that you have a file containing the list of mp3 files? If not, you need to create a file containing the list first.
Right-click on a folder that contains your MP3 files.
Select 'Open PowerShell window here'.
In the window that appears, type this:
dir > printit.txt
Hit enter.
Close the window.
Go to the folder that you right-clicked on and open it.
There will now be a new file in there, called printit.txt.
That file can then be opened in any word processor (such as Microsoft Word or LibreOffice Writer), from where you can edit it if required. You can also save it, with any name of your choosing, to any location you like. //
Hi Chris, when I hold the Shift key and right-click on the file, the 'Open PowerShell window here' instruction does not appear.
Otherwise you could download and install a dedicated app, such as Directory List & Print. (The pro version costs $22 but the free version should be all that you need):
https://www.infonautics-software.ch/directorylistprint/
This video shows you how to use it. (NB: To see the video at a decently viewable size, DON'T click the 'Play' button below. Instead, click on it's TITLE, at the top of the screen. That will open the video on a separate YouTube page, from where you can then click on the 'Full screen' button):
andy-hughes - try this:
Press the Windows key (to the left of the 'Alt' key) and then press 'R'
This will open the 'Run' window. In the 'Open:' field type 'cmd' then click 'OK' and the 'Command Prompt' window will open.
At the command prompt type
letter:
where 'letter' is the drive letter of the separate hard drive, and make sure you include the ':'.
The command prompt should change to 'letter:\>'. Now type
dir /s *.mp3 >mp3list.txt
This will find all mp3 files on the drive and list them in a file called 'mp3list.txt'. This file can be opened and the contents viewed with the default text editor. Equally, it can be opened in Excel: the process isn't straightforward so you may need further guidance once you have created the 'mp3list.txt' file.
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.