AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

List assoc files on your computer

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Candle



Joined: 19 Aug 2004
Posts: 334

PostPosted: Sun Aug 22, 2004 8:40 pm    Post subject: List assoc files on your computer Reply with quote

Just a simple one that will list all the assoc extensions on your computer

Quote:
Runwait, %COMSPEC% /C ASSOC > ASSOC.txt, ,HIDE
Run,ASSOC.txt
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Sun Aug 22, 2004 8:58 pm    Post subject: Reply with quote

Very interesting ! Thx.
For those who won't redirect the result to a file to keep it.

Code:
Runwait, %COMSPEC% /c assoc | more, ,max
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group