Tagged Questions
The file-association tag has no wiki summary.
14
votes
4answers
2k views
ClickOnce app does not start through Process.Start(“x.abc”) with *.abc associated to ClickOnce app
I have successfully developed and deployed a ClickOnce application which registers an associated file extension, for instance *.abc. When I click on a file named x.abc or if I type x.abc from the ...
12
votes
1answer
257 views
Can you dynamically assign CFBundleDocumentTypes to your Cocoa application?
Can you dynamically assign CFBundleDocumentTypes to your Cocoa application? Meaning during run time can I assign more extensions for my app to handle.
Currently I set some extensions for my app to ...
9
votes
4answers
1k views
What's the best way for an app on Windows to assocaite itself with a particular file type, such as .xml, .txt, etc., but share that association with other apps that support that extension?
If I create a new app, and associate with, say, the .xml file extension on a particular computer, when someone double clicks the .xml file, it will launch my app and pass the file as parameter. But ...
8
votes
1answer
140 views
Java - Creating a new file extension in a program
I'm aiming to create a new file extension (possibly more than one) for a program I'm creating. So, after looking around for a bit, I found a number of sources on the subject, listed below, just in ...
8
votes
4answers
2k views
How can I simply “run” lisp files
Python
When I learned Python I installed it on windows with a nice gui installer and all .py files would automatically run in python, from the command line or explorer.
I found this very intuitive ...
8
votes
7answers
5k views
How to get icon and description from file extension using Delphi?
Basically I have a TcxGrid which will be listing various files names and I'd like to give further details based on the file extension, specifically it's description (e.g. for .PDF it's "Adobe Acrobat ...
6
votes
3answers
1k views
How do I find out the path of the file triggered by opening a file with a custom file extension?
How do i get the location of the file that i used to open my programs with?
Example: if i create a new extention ".xyz" say and i tell windows that i want to open the file type .xyz with ...
6
votes
8answers
5k views
Cross-platform way to open a file using Java 1.5
I'm using Java 1.5 and I'd like to launch the associated application to open the file. I know that Java 1.6 introduced the Desktop API, but I need a solution for Java 1.5.
So far I found a way to do ...
6
votes
2answers
514 views
ms office file extensions
I made a discovery some time back. Just follow these steps:
Create a .doc/.xls/.ppt file in office 2003. Keep some test data in there and close the file. Now rename the file to change it's file ...
5
votes
3answers
250 views
How do I add my application in the Default Programs list of Windows Vista/7?
So many programs feature a list of possible extensions and protocols under the "Default Programs" control panel applet. "Set Default PRograms", more precisely. (Vista & 7)
I wish to add my ...
5
votes
1answer
761 views
How can i set an icon for my own file extension
i register my file extension in windows with "ftype" and "assoc", this works. now i have the bad looking default icon, how can i change this icon??
4
votes
1answer
127 views
How do I pass a file as argument to my Java application created using JAR Bundler?
I would like to associate a specific file type with my application, so when I double-click one of the files of this specific type, my application opens. This works just fine, but the file I ...
4
votes
1answer
73 views
stdin is missing for any process I pipe into which uses Windows ftype and assoc mechanism to select the correct executable
I'm on WindowsXP. This seems to affect any process, but I'll use Python3.2 to demonstrate it. A script, 'filter.py':
import sys
for line in sys.stdin:
print(line)
Running it like this:
echo ...
4
votes
2answers
338 views
How can I programmatically check file that a file association exists before attempting to Process.Start() it?
My .Net Windows Forms application generates a PDF report, which I want to show to the user.
Instead of just assuming the client PC has a PDF viewer installed and blindly throwing the PDF at the ...
4
votes
2answers
796 views
How do I register a file association in Ubuntu
I'm in the process of creating a Ubuntu Installer and I need to register my own file extension I cant find any examples of how to do this.
Could people provide me with some script snippets on how to ...
4
votes
1answer
1k views
Associating file extensions with a program
I get how to do it, and i have been to http://www.codeproject.com/KB/vb/VBFileAssociation.aspx before. My question is about what doing that does, is it possible to reverse it? What if you do not know ...
4
votes
1answer
855 views
Perl on Windows, file associations and I/O redirection
Can someone explain the difference between calling a perl script via file association versus calling the same script explicitly via perl.exe?
Apparently I/O redirection doesn't work very well when ...
4
votes
2answers
2k views
How do I get the icon associated with a file type?
I have a form that displays file information in a TabControl, and I'd like the pages to have the file's icon in their tab. How do I get the icon associated with a file type?
I'd prefer solutions ...
3
votes
2answers
381 views
How to get recommended programs associated with file extension in C#
I want to get path to the programs that associated with file extension, preferably through Win32 API.
List of programs that appears in "Open With" menu
item
List of programs that appears as ...
3
votes
4answers
1k views
How to change file association programmatically without require elevation
How to change file association programmatically when the user does not have admin/elevated rights (Win XP, Vista, 7)? Any ideas about how to work around this? Basically I would like to keep my ...
3
votes
3answers
1k views
MacOSX - File extension associate with application - Programatically
I'm trying to get my program to automatically associate certain file extensions to be opened by it but I'm not sure how to do that in MacOSX. I'm not asking how to associate a program with a file ...
3
votes
6answers
1k views
How can I get the Name of the Program associated with a file extension using Delphi?
I need to get the name of the program currently associated with a file extension for the current user. If you right-click on a file and select properties, then what I need is the program name that is ...
3
votes
2answers
790 views
Is there a Windows API to modify file type associations for an extension?
I'm looking for a way to programatically tweak the particulars of a file association on a Windows system. For example, the "Application User to Perform this Action" setting for the "Open" action for a ...
3
votes
2answers
167 views
What's the difference in Windows program invocation?
I have a program on a Windows XP computer on another continent. If I start it by double-clicking on an associated file, so that it runs the program according to the file-type association, it crashes ...
3
votes
2answers
2k views
How to associate file type with MacOS X App without launching it first?
I would like to associate the last installed version of my Mac OS X application with a certain type of file. A little experimentation shows that the info.plist file seems to be read and interpreted by ...
2
votes
2answers
59 views
How do I associate a filetype with an icon?
I have written preview handlers for a couple custom file types. These file types don't have an application by default that can open them. I want to associate an icon with the file types as a signifier ...
2
votes
1answer
79 views
How to launch a file in the foreground?
Launch a file = launch program associated with given file and automatically open that file on start of the program.
Let's say I run IntelliJ IDEA, I run my code and main window (modal) of my program ...
2
votes
3answers
192 views
How to handle File Associations from Application?
I know Installers can setup File Associations for your Application during the installation process, so if you have your own File types that open with your Application, it will be setup to do that, and ...
2
votes
4answers
383 views
Temporary file association for single cmd.exe session
I need to set association for .py files to be executed with specific python version. But I need to make this association only for single cmd.exe session (parallel sessions should not be affected). ...
2
votes
2answers
159 views
How are portable apps called by the system when needed (eg file association)?
There are a few implementations of portable apps in Linux, but it seems that all Mac OS X apps are portable. Since Mac OS X completely embraces this model, I'm assuming they already have a solution to ...
2
votes
1answer
1k views
Windows 7 file extension association
I am referring specifically to windows 7.
I have code that associates a certain extension with my application as proposed by webJose on the following page:
What registry keys are responsible for file ...
2
votes
1answer
625 views
How to properly add file associations to the Windows Registry?
What data and where, should I add to the Windows registry to properly create a file association?
I ask this question primarily because of some old applications that I wrote years ago, which used ...
2
votes
1answer
334 views
Associate specific file extensions with my delphi app - any library for this?
So far if I had to associate the file extension with my application I used to simply modify the registry. However I haven't been doing it for years, and I'm afraid the things might have changed a bit. ...
2
votes
5answers
805 views
Utilising a file association in a Java application
I am in the process of writing a cross platform Swing based application in which I want to utilize a file association which has been registered with the OS.
So iv got to the point where I can click ...
2
votes
3answers
2k views
How to programmatically create a file association that works in XP, Vista and Windows 7
I want to be able to register my file-extension from my program.
(Associate the filetype with my program)
There are lots of articles about this, but the technique discussed (fiddling with the ...
2
votes
2answers
886 views
Double click document file in Mac OS X to open Java application
I have a Java application in an application bundle that I want to associate a file type with.
For example, if there's a file
foo.example
when that file, or any file with the .example extension, is ...
2
votes
2answers
517 views
How to bring up the “Windows cannot open this file” dialog?
My users can attach documents to various entities in the application. Of course, if user A attaches a .TIFF file, user B may not have a viewer for that type of file.
So I'd like to be able to ...
1
vote
1answer
122 views
How to interpret .otares file in Delphi XE2?
There is a new file [project-name].otares created in Delphi XE2.
The wiki says:
File with unknown resources generated during upgrade of pre XE2
project. (Unknown resources are resources that ...
1
vote
2answers
88 views
How do you change file association for .py Python files in XP?
When I type assoc .py I get .py=py_auto_file.
When I type ftype py_auto_file I get py_auto_file="C:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe" "%1"
How do I make py_auto_file="C:\Python27"?
1
vote
2answers
153 views
Proper way tho change file associations using VBS?
How can I remove or change ALL file associations for certain application ?
For example I have MS office 2007 installed and I want to remove all file associations which are associated with Office ...
1
vote
3answers
226 views
How to execute an event of already launched application with file association?
After playing around with a new Windows Form project, I discovered that when you associate a file type with an executable in Windows, you can find the file path of the file that launched the ...
1
vote
1answer
62 views
File Association - How to insert file name as a command line argument
I know how to associate certain file extensions in a deployment project but when one of those files is opened I want to pass the file name to my application to proceed with the correct action.
I can ...
1
vote
1answer
153 views
how to retrieve icon of application file extension is associated with
The file manager named "File manager" does this for example. If I browse to the dir with my movies, they will be displayed with the Gallery icon as they open with that app by default. But when I ...
1
vote
2answers
176 views
Wix File Association with standard Windows File
I'm working on a Wix project. I need to associate a new file extension. In itself, appears simple. The issue is I want to associate a new extension as a type of text file that can be open with ...
1
vote
1answer
129 views
Setting File Associations with ClickOnce
When setting up a File Association for my App with ClickOnce I run into an issue. I'm using the Properties > Publish > Options > File Associations method. The issue is that when I try to set the ...
1
vote
1answer
307 views
iPhone open default application for file type
I am writing an app that will be downloading user's documents from a remote source. once my app has this document I want to open it in the default application. (.PDF) In android it was simple, but I ...
1
vote
1answer
263 views
Run an arbitrary file as a windows bat file from Firefox?
Say I've got a windows batch file with a file extension .batscript, and say I've got a web server set up to serve it with a content-type of application/x-batscript. How can I set up Firefox 4 to ...
1
vote
4answers
611 views
Password protecting an xml file using gzip
All right guys and gals it's time for the age old question, how do you password protect an xml file using C#?
I have acutally created the file in C# as well (not as if that is relevant) and now I need ...
1
vote
1answer
99 views
How to view a <filename>.css.aspx file as if it were a *.css file in Visual Studio 2008
We have a web application C# / .Net based. The files for an individual website are saved as .ascx. Additionally, the associated CSS files are .css.aspx. Visual Studio displays these .css.aspx files as ...
1
vote
0answers
130 views
How can I find the application for a MIME type on linux?
Is there a linux API that can find the default application for a MIME type?
Then I can use this application to open a file.
I can not use xdg-open(url) because the file format is a wrapper format and ...