autosc Posted June 18, 2007 Posted June 18, 2007 I want to list file Association in my computer like this : How do i in Autoit ?? .css|CSSfile|Cascading Style Sheet Document|C:\Program\MICROS~3\Office10\FRONTPG.EXE "%1" .csv|Excel.CSV|Microsoft Excel Comma Separated Values File|"C:\Program\Microsoft Office\Office10\EXCEL.EXE" /e .der|CERFile|Säkerhetscertifikat|rundll32.exe cryptext.dll,CryptExtOpenCER %1 .dib|Paint.Picture|Bitmappsbild|rundll32.exe C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen %1 .dic|txtfile|Textdokument|%SystemRoot%\system32\NOTEPAD.EXE %1 .dif|QuickTime.dif|DV|C:\Program\QuickTime\QuickTimePlayer.exe "%1" .doc|Word.document.8|Microsoft Word-dokument|"C:\Program\Microsoft Office\Office10\WINWORD.EXE" /n /dde .dochtml|wordhtmlfile|Microsoft Word HTML-dokument|"C:\Program\Microsoft Office\Office10\WINWORD.EXE" .dot|Word.Template.8|Microsoft Word-mall|"C:\Program\Microsoft Office\Office10\WINWORD.EXE" /n /dde .dothtml|wordhtmltemplate|Microsoft Word HTML-mall|"C:\Program\Microsoft Office\Office10\WINWORD.EXE"
James Posted June 18, 2007 Posted June 18, 2007 (edited) Edit: Sorry, use RegRead() and a listview. Edited June 18, 2007 by Secure_ICT Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
autosc Posted June 19, 2007 Author Posted June 19, 2007 Edit: Sorry, use RegRead() and a listview.DONE !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now