Filenames & modified dates - listing as text
- Horse
- Posts: 11552
- Joined: Sun Mar 15, 2020 11:30 am
- Location: Always sunny southern England
- Has thanked: 6191 times
- Been thanked: 5087 times
Filenames & modified dates - listing as text
In Windows File Explorer
I have three sets of about 190 files
Is there an easy way of creating a text list, to go into a simple spreadsheet, listing each filename with its 'date modified'?
This is so i can eventually list all three sets as six parallel columns on the same spreadsheet.
Cheers
I have three sets of about 190 files
Is there an easy way of creating a text list, to go into a simple spreadsheet, listing each filename with its 'date modified'?
This is so i can eventually list all three sets as six parallel columns on the same spreadsheet.
Cheers
Even bland can be a type of character
- KungFooBob
- Posts: 14203
- Joined: Sat Mar 14, 2020 1:04 pm
- Location: The content of this post is not AI generated.
- Has thanked: 539 times
- Been thanked: 7530 times
Re: Filenames & modified dates - listing as text
from the command prompt 'dir > list.txt'
EDIT:
You need to CD to the right directory first of course, but everyone knows how to use the CLI!
EDIT:
You need to CD to the right directory first of course, but everyone knows how to use the CLI!
- Horse
- Posts: 11552
- Joined: Sun Mar 15, 2020 11:30 am
- Location: Always sunny southern England
- Has thanked: 6191 times
- Been thanked: 5087 times
Re: Filenames & modified dates - listing as text
KungFooBob wrote: ↑Thu Jun 23, 2022 4:23 pm from the command prompt 'dir > list.txt'
EDIT:
You need to CD to the right directory first of course, but everyone knows how to use the CLI!
Thanks
Errrr ... and command prompt is found where ... ?
Even bland can be a type of character
- Horse
- Posts: 11552
- Joined: Sun Mar 15, 2020 11:30 am
- Location: Always sunny southern England
- Has thanked: 6191 times
- Been thanked: 5087 times
Re: Filenames & modified dates - listing as text
Oh, hang on ....
Even bland can be a type of character
- KungFooBob
- Posts: 14203
- Joined: Sat Mar 14, 2020 1:04 pm
- Location: The content of this post is not AI generated.
- Has thanked: 539 times
- Been thanked: 7530 times
Re: Filenames & modified dates - listing as text
On Win 10...
click start button/windows key
type "Command Prompt'
Select Command prompt from list
You'll have fun changing to the right directory
click start button/windows key
type "Command Prompt'
Select Command prompt from list
You'll have fun changing to the right directory
- Horse
- Posts: 11552
- Joined: Sun Mar 15, 2020 11:30 am
- Location: Always sunny southern England
- Has thanked: 6191 times
- Been thanked: 5087 times
Re: Filenames & modified dates - listing as text
CMD does not support UNC paths
Even bland can be a type of character
-
- Posts: 4905
- Joined: Tue Mar 17, 2020 6:51 am
- Been thanked: 2617 times
Re: Filenames & modified dates - listing as text
Files so old they have imperial threads?
Sorry for the pointless derail, but not sorry enough not to post it.
Sorry for the pointless derail, but not sorry enough not to post it.
- Horse
- Posts: 11552
- Joined: Sun Mar 15, 2020 11:30 am
- Location: Always sunny southern England
- Has thanked: 6191 times
- Been thanked: 5087 times
Re: Filenames & modified dates - listing as text
No worries.
I've given up on it. Could output as a list, but only either filenames or as individual lines each filenames and time. Not going to manually edit that lot.
Even bland can be a type of character