View Single Post
Old 12-05-2012, 05:21 PM   #8
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,176
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
You can also muck with associations at the command prompt. The two key commands are
Code:
ftype
assoc
On my PC I see the following
Code:
assoc .acsm
.acsm=Adobe.ACSMessage

ftype Adobe.ACSMessage
Adobe.ACSMessage="C:\Program Files (x86)\Adobe\Adobe Digital Editions\digitaleditions.exe" "%1"
ftype shows the linkage from a file type to an file type association

assoc then shows the linkage from an association to a program
PeterT is offline   Reply With Quote