 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Candle
Joined: 19 Aug 2004 Posts: 334
|
Posted: Sun Aug 22, 2004 8:40 pm Post subject: List assoc files on your computer |
|
|
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 |
|
 |
BoBo Guest
|
Posted: Sun Aug 22, 2004 8:58 pm Post subject: |
|
|
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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|