PC Font question *Help!*
Moderator: Edi
-
- Rabid Monkey
- Posts: 2230
- Joined: 2002-07-20 06:49pm
- Location: too close to home
PC Font question *Help!*
I need to find a list of all the fonts that are on my PC. This sounds reasonable enough but I need to export this list of fonts into a txt file. Any ideas of how to do this? Thanks.
Open up the command prompt and navigate to your %windir%\fonts directory.
Type:
Type:
Code: Select all
dir * > fontlist.txt
(assuming your running windows of some sort)
Browse to your C:\windows\fonts directory. All of your fonts should be listed there.
You wont be able to copy and paste those names into a .txt file though. Gonna have to do it the old fashioned way and type the names yourself unless someone out there knows a trick?
Browse to your C:\windows\fonts directory. All of your fonts should be listed there.
You wont be able to copy and paste those names into a .txt file though. Gonna have to do it the old fashioned way and type the names yourself unless someone out there knows a trick?
-
- Rabid Monkey
- Posts: 2230
- Joined: 2002-07-20 06:49pm
- Location: too close to home
Thank you oh so much!!!!phongn wrote:Open up the command prompt and navigate to your %windir%\fonts directory.
Type:Code: Select all
dir * > fontlist.txt
um... shouldn't it be:phongn wrote:Open up the command prompt and navigate to your %windir%\fonts directory.
Type:Code: Select all
dir * > fontlist.txt
Code: Select all
dir * >fontlist.txt
"preemptive killing of cops might not be such a bad idea from a personal saftey[sic] standpoint..." --Keevan Colton
"There's a word for bias you can't see: Yours." -- William Saletan
"There's a word for bias you can't see: Yours." -- William Saletan