4226
Finished Programs / Re: Space + click on file reveals "Open With" list of programs
« Last post by skwire on May 24, 2010, 03:08 PM »This is easily done. However, some thoughts as to how to implement it:
1) As an executable that you can pass a filename to. The user will have to determine how to get and pass the filename.
2) As a slightly more complete application that includes a hotkey and path-getting capabilities. For this, though, the utility will need to stay running. Also, there is no one good way to get a filename/path so that's why I like to leave it up to the user (and their computer).
Your thoughts?
1) As an executable that you can pass a filename to. The user will have to determine how to get and pass the filename.
2) As a slightly more complete application that includes a hotkey and path-getting capabilities. For this, though, the utility will need to stay running. Also, there is no one good way to get a filename/path so that's why I like to leave it up to the user (and their computer).
Your thoughts?

Recent Posts