Yea Thanks... Dang... So only Macromedia holds the secret. They are binary as I have looked at them in HEX Editor. Would be nice to be able to document all your extensions installed or otherwise. At least if Macromedia's extension manager was be able to allow you to save named extension groups...
Here is ASP script that Dumps a query to excel. You could mod Response.ContentType="application/vnd.ms-excel" to "text/html" and format output as plain text as you require.
Sub QueryToExcel(strSQL, strConnString)
'Response.Buffer=true
Response.ContentType="application/vnd.ms-excel"
'--...
I am looking for a utility which can extract the same information that is shown in Macromedia Extension Manager from my collection of extensions that are not installed and dump to file (delimited txt, excel). I think it would be usefull to know all the details that are shown in the extension...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.