Only one letter of hundreds:
'Keep up the
good work! This site is awesome. By far the largest collection
I've seen on the Net....'
If you too think this is a usefull site
you should
contribute!
This site works same as an assurance: Normally
you don't need it
But when you need it, you're happy if you (and others) have put
something on it.
WINDOWS:
HERE you find a program(zip) or exe which makes contributing a snap! Additionaly you may need vcredist_x64.exe or vcredist_x86_sp1.exe (Microsoft-libraries for newer programs) if not already installed on your system. Alternatively download it from Micosoft .
File associations between programs and extensions are stored in the registry as you know. Now this little program looks in your registry if it can find an entry not already in the list. If so, it writes the entry into a file named 'Master.dat' You find this file in the directory where you placed extdlg.
Make some additional remarks if you wish. Send the file as email to contrib@ext.4uj.org or update@ext.4uj.org .
Download the program, unzip it, put it in a directory of your choice and start it (under Vista the usual execution rights..)!
The program is tested under WIN95 - XP - Vista - Win7. Absolutely no question: full privacy guaranteed!
This little program has no installer and requires no registry entries. You can run it from a USB-stick/diskette if you like.
If you're curious what the program has found, open the file 'master.dat' with a text editor!
To avoid any unnecessary introduction of doubles the program expires every 4 weeks. Fetch a new version if the program says so.
Thank you ever so much!
Privacy issues:
The program reads from your registry (or from any computer where you start it) from the HKEY_CLASSES_ROOT the extensions and the associated programs. It writes these (minus the more than 15.000 extensions already in the data base) in a file named 'master.dat'. This file can be opened, read (and altered) with every text editor. There is absolutely nothing secret or compromising in this file. BUT: If you think an entry is compromising , delete it! If you think the exact place where the listed program is located is of no interest, delete the location! Only the program name itself - quite naturally - should stay intact. If it is an abreviation, it would be very kind of you to note the normal - public known - name of the program too(eg PFE.exe = Programers File Editor). By the way, if you use the program twice, three times, all new data is appended to the old. No overwrite!
If you are afraid that someone will ask you where you got a certain program from: the net is full of demo-offerings. And in the registry you can't distinguish if the entry was made by a demo version or the full version.
Your submissions are anonymised the moment they arrive: no one can tell who made a certain submission.
APPLE/MAC:
Here is a quick AppleScript that will display the file and creator type in a dialog box. You can use this to select the properties of a file that you wish to find info for. You can then pass this info into the SetFile line if you wish: Code: open -a /Applications/AppleScript/Script\ Editor Paste This:
on run beep display dialog "Drop a file on me to get file/Creator types" with icon stop end run on open (theFiles) tell application "Finder" repeat with thisFile in theFiles if kind of thisFile is not equal to "Folder" then set theType to (file type of thisFile) as text set theCreator to (creator type of thisFile) as text set theName to (name of thisFile) as text if theCreator is not equal to "missing value" and theName is not equal to "missing value" then display dialog "Here are the file and creator types of the file " & theName default answer theType & ":" & theCreator with icon note else beep display dialog theName & " has no file/creator types set." with icon note end if end if end repeat end tell end open
Now save the file:
file > save as > Line Format = Application
Now Locate the file where you saved it and drop files onto it to
see the record properties.
*This also works via Terminal via passing arguments to it.
Example:
Code:
open -a <path to the AppleScript> foobar.txt foobar.pl
Send the file to contrib@file-ext.4uj.org .
PLEASE:
If you're sending MAC signatures/creator codes/file types: please verify carefully the type!
Thank you ever so much!
UNIX:
I think you know your machine good enough. No tips for you. If you find anything not in this list, send data to contrib@file-ext.4uj.org .
Thank you ever so much!