PC Font question *Help!*
Posted: 2003-04-01 07:32pm
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.
Get your fill of sci-fi, science, and mockery of stupid ideas
http://stardestroyer.dyndns-home.com/
http://stardestroyer.dyndns-home.com/viewtopic.php?f=7&t=16539
Code: Select all
dir * > fontlist.txt
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