Open File With LabVIEW Application

I have a LabVIEW application that can be used to analyze several data files at once.  I am wondering what the best way to right click on a file from Windows Explorer and open with the application.  I know you can use the command line property node to find what file was opened if the application is not running when you open the file, but from what I found, this does not work if the application is already running.  I have a work around in place by using my main application as an ActiveX server, and another application which reads the file name from the command line when the user right clicks and opens the file, passes the path to the main application, and shuts down so the process can be repeated.  Is anyone familiar with a way to do this without have two executables?

This is not easy but you can find info there :
- http://lavag.org/topic/10829-how-to-assign-file-extension-to-exe/
- http://lavag.org/topic/4851-associating-my-exe-with-a-specific-file-extension-type/
- http://labviewwiki.org/Associate_your_own_file_type_with_Windows_Explorer
Hope this helps
When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

Similar Messages

  • Open files with AIR application

    Hy, I made an AIR application that manages video files. Is there any way that when I try to open a video file to be opened with my application and play it ? Not just open the application and browse for the video.
    Thanks.

    bump!
    really? noone knows the answer?

  • Inability to open file with appropriate application

    I am a huge fan of Symantec’s classic outlining program, More 3.1. Until OmniOutliner implements cloning, I will need to stay with MORE running in Classic on a non-Intel system since so much of my professional work is done in MORE.
    Just recently, I’ve noted a problem opening MORE files. Specifically, they all open in OmniOutliner (v3.6.2 Professional) if one double clicks on them.
    I’ve done a “Get Info”, navigated to “Open With”, navigated to the MORE application, chosen “All Applications” (rather than “Recommended Applications”), but am unable to select the More application (it remains dimmed out). In the past this process worked just fine.
    Interestingly, I am able to open these files from within MORE; ie, if the MORE application is running, I use MORE’s “Open File” command and all works well. All MORE files work fine when they are opened in this fashion.
    The only thing that I can think of is that I had to do an "Archive and Install" to repair damage from a system crash last week. Could this have somehow affected this Classic application’s opening process?
    I’ve “Repaired Permissions” via Disk Utility, and also run Applejack from single user mode. I’m running OS 10.4.10 on a 1.6 GHz PPC. All else on my system seems to be working perfectly.
    Any information as to how I may set my MORE files to open with the MORE application with a double-click or Command-O would be greatly appreciated. Thank you!

    I suggest that you reset the LaunchServices database as detailed in:
    http://www.thexlab.com/faqs/resetlaunchservices.html and
    http://www.macosxhints.com/article.php?story=20031215144430486
    Restart, select a More document, and see if that fixes things.

  • Won't open files with default application

    When I try to open a file it opens preview instead of the default application and does not actually open the file! I have tried changing the default application but it does not help.  How can I fix this?

    Hello,
    Try dragging & dropping the file on the Application's icon that you want to open it with for a test.
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions...
    Reset Launch Services...
    http://www.thexlab.com/faqs/resetlaunchservices.html#Anchor-Reset-47857
    Reboot.

  • Opening  files with selected applications.

    This is the second time I post this subject. The first time, I thought I had solved the issue using a package named `Default Applications` [suggested in the discussion forum]. But this was `illusory`. If I tell the machine, in all the way I know, to open .f or .c (fortran/c) files with Aquamacs Emacs by default, it will do it a couple of times, but after a while, (a restart...I have not checked) Xcode wins again! I definitely don't want to use the Xcode editor. What should I do? Should I erase Xcode from the disk or eventually there is some more elegant solution to this problem? My impression is that this is a bug of the OS [the *always open with* button does not work at all], which should be cured in the new edition. I know from many collaborators and friends that they have exactly the same problem.

    I had this problem before with how I view the inside of my main Hard Drive. I Keep on changing the view ( J in Finder) with bigger icons and a green background but after every restate its back to small unorganized icons with a white background. Two days ago I enabled finder to show hidden items. I Found out the .DS_Store was owned to another Admin on my computer. I changed it to mine and it's all swell.
    So even though Repair permission did not work for me to fix the problem for me, I still recommend to Verify and Repair permissions.
    Second I should suggest to find the file(s) that handles what files are opened with. (I'll do my part in finding it)
    I hope this solves it.
    Ti Powerbook G4 1.0 Ghz   Mac OS X (10.4.10)   512 mb RAM

  • Google Chrome doesn't open files with any applications

    Hey all,
    After downloading stuff, it is desirable to open the files downloaded; however this is made difficult on my Arch system because Chrome doesn't know what to open the files with, nor does it ask.
    I'm using SLiM, xmonad, and have a rather minimalistic set up.
    Secondary to this, Chrome cannot determine by itself whether it is the default browser application.
    I don't know where I could provide this information to Chrome, Can anybody help?
    Thanks

    have a look here
    http://bbs.archlinux.org/viewtopic.php?id=89053

  • Help! Cannot open files with certain applications

    I updated to OS Tiger from OSX some weeks ago. Before, I could run a program that labels files in a given folder with names given in an Excel file (csv format). This "csv sorter" usually asks for the csv file once I put in the folder with the files that should be labeled. In the dialog window that opened I could just go through my harddrive to my csv file and choose it. Now the csv files always appear in pale grey and I cannot click on them. Has anybody an idea why certain programs should not recognize certain filetypes any more in OS Tiger? It seems like I cannot access any file with the csv sorter any more, no matter which file type. Thanks for your help!

    found this on another websites forum .... it worked
    I figured it out. Thanks everyone!
    I had to turn on my wireless mouse... And even though I wasn't using my wireless mouse and just the trackpad...I had to turn on my wireless mouse then adjust those settings...Had to turn down the speed. Then Once I shut the mouse off and started to use the trackpad again it works perfectly.
    I'm not sure why the mouse settings would change the trackpad settings but it did.

  • Open file with default application

    Hello, I need open a file from AIR develop with a windows
    default application, i cant do. Thank

    That is a request that has had some heated discussions in the
    past. I think it absolutely needs to be a feature but as far as I
    know there is no supported way to do it.

  • Process.start("winword", filename) can not open file with space in the path and name

    Hi,
    I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.
    the problem: if the path or file name has space in it, even it exist, winword still can not open it.
    could someone kindly show me what I did wrong and how to do it properly.
    Thanks in advance.
    Belinda
    public static class FileOpen
    public static void info()
    string path = @"c:\a temp folder\aaa 1.txt";
    if (File.Exists(path))
        // the file I am using in the sample does exist
         MsgBox.info("yes");
    else
         MsgBox.info("no");
    // working
    //Process.Start("winword", "c:\\aaa.txt");
    // not working
    //Process.Start("winword", "c:\aaa.txt");
    // not working
    Process.Start("winword", "c:\\a temp folder\\aaa 1.txt");
    // not working
    Process.Start("winword", path);

    string AppPath;
    AppPath = ReadRegistry(Registry.CurrentUser, "Software\\FabricStudio", "TARGETDIR", value).ToString() + @"help";
    string FileName = "'"+ AppPath + "\\ImageSamples.doc" + "'";
    try
    System.Diagnostics.Process.Start("Winword.exe", FileName);
    can any body please help for this.
    where i am making mistake?

  • Open File with Application in Automator - Bug???

    I have created a simple workflow to open a text file with TextEdit. It seems to work once, then subsequent times the workflow goes to the point that TextEdit opens but the file doesn't open along with it.
    I have encountered the same type of problem when trying to open other files with other applications - the applicaton opens but the file is not passed along with it.
    I am only using two actions:
    (1) Get Specified Finder Items
    (2) Open Finder Items
    I noticed there is another Finder action that doesn't seem to do anything called "Get Selected Finder Items"
    Am I doing something wrong?
    Help....

    I'm not sure about your main problem, but I can tell you about the "Get Selected Finder Items" action.
    That action refers to the items you have selected in the Finder. Selected items in the Finder are highlighted. So, if you haven't selected anything in the Finder yet, then the action will not have anything to give the workflow.
    In essence, this action allows you to specify an item (or items) each time you run a workflow merely by selecting an item in the Finder, instead of having to specify an item permanently in the workflow. That is, you don't have edit the workflow in order to use it for another item. So you don't need multiple copies of the workflow, each specifying a different file or set of files.
    Hope that clears up the mystery of that action.
    MacBook 2.0 GHz Intel Core Duo   Mac OS X (10.4.8)   512 MB RAM

  • CS Bridge when opening file shows " Some Application Components are missing from Application Directory- Reinstall".  Uninstalled with uninstaller, reinstalled from disc.  Message continues only in Bridge not in PS.  Please help.

    CS Bridge when opening file shows " Some Application Components are missing from Application Directory- Reinstall".  Uninstalled with uninstaller, reinstalled from disc.  Message continues only in Bridge not in PS.  Please help.

    What version of Bridge and Photoshop and what platform? Mac or Windows?  I can point you to a downloadable installer.
    If the cdrom was damaged, it may be the problem.
    You would uninstall and use the CC/CS Cleaner to remove any remnants before reinstalling.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    I'll be gone for most of the day, but someone should be able to help you if you get stuck.
    Gene

  • Snow Leopard 10.6.2 CS4 InDesign can't open files with a "#" in file path

    Snow Leopard 10.6.2 CS4 InDesign can't open files with a "#" in file path using any of these perfectly normal methods:
    1. double-click file in the Finder (e.g in a Folder on your Mac or on your Mac desktop etc.)
    2. select file and choose "File... Open" command-o in the Finder
    3. drag file to the application icon in the Finder.
    4. Select file in Bridge and double-click, choose File.. Open.. or Drag icon to InDesign icon in dock.
    If you try to open an ID file named with a "#", you will get an error message "Missing required parameter 'from' for event 'open.'"
    This happens to any InDesign file that has a "#" (pound sign, number sign, or hash) in the filename or in the file path (any parent folder).
    To reproduce
    Name an InDesign file Test#.idd Try to open it in the Finder or Bridge (as opposed to the "Open" dilaog of InDeisng itself).
    "Solution"
    The file WILL open using File... Open... command-o while in InDesign application.
    Rename the file or folders that have a "#" (shift-3) in the filename.
    Report to Adobe if it bugs you.
    This does not occur in "plain" Leopard 10.5 nor Tiger 10.4
    Untested in Panther or before and
    Untested with CS3 and earlier in Snow Leaopard.
    Anyone have those and want to try this... ?

    In case this really bothers you: we've added a workaround for this into Soxy. If you enable the option, these documents will open fine on double-click.
    You need Soxy 1.0.7 from:
    http://www.rorohiko.com/soxy
    Go to the 'Soxy' - 'Preferences' - 'Other' dialog window, and enable 'Open InDesign via Script'
    (Irrelevant background info (it's all invisible to the user): the workaround works by special-casing how Soxy opens documents in InDesign: instead of using AppleScript, Soxy will use ExtendScript to instruct InDesign to open the document - which works fine).

  • Photoshop CS6 (Mac) crashes when opening files with type or using the type tool

    Hi,
    Photoshop CS6 keeps crashing when using the type tool or when opening files with type on it. I've quit suitcase, disabled the suitcase plug-in, reset the preferences in Photoshop there's no crash report coming up either the application just dies! I am currently trying a system restore from time machine to see if that works!. Any other suggestions would be greatly appreciated.
    Many thanks
    Olly

    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    http://helpx.adobe.com/photoshop/kb/troubleshoot-fonts-photoshop-cs5.html

  • How can I quickly toggle through all of my open files in an application?

    How can I quickly toggle through all of my open files in an application? For instance, if I want to bounce back and forth between three documents that I have open in Microsoft Word?

    You use a combination of OS X Spaces with Exposé to be able to accomplish this.
    Or in your case,  look at using Mission Control
    http://support.apple.com/kb/HT4689

  • Open Files in selected application

    As with the files in "Finder" I click on them and they open in a particular application (default) or one of my choosing. Is there a way to transfer files to the iPad and them open them with the application of my choice?

    It is just that I would like to have a system like "Finder" available so I could see all my various documents in one list.
    This is not possible.
    Because apps are sandboxed, which prevents data or files from being accessed by other apps. Helps to prevent data corruption and malware.
    From the iOS Application Programming Guide
    Security
    An important job of iOS is to ensure the security of the user’s device and the applications running on it. To this end, iOS implements several features to protect the integrity of the user’s data and to ensure that applications do not interfere with one another or the system.
    *The Application Sandbox*For security reasons, iOS restricts each application (including its preferences and data) to a unique location in the file system. This restriction is part of the security feature known as the application’s sandbox. The sandbox is a set of fine-grained controls limiting an application’s access to files, preferences, network resources, hardware, and so on. Each application has access to the contents of its own sandbox but cannot access other applications’ sandboxes."

Maybe you are looking for

  • My ipod has timed out what do i do?

    Everytime i put my ipod on my charger to connect on the computer it doesn't do anything and keeps saying the device has timed out. Wht do i do

  • How can I copy and paste an event in calendar?

    In the ios5 version of calendar you can cut and paste an event by simply dragging it from one day to another in month view. However I can see no way of copy and pasting a recurring (but irregular) event. As someone who works irregular shifts I would

  • How can I get Macs and PCs to share files on same network?

    I have a 2009 iMac running Mavericks and a Macbook Pro retina also on Mavericks.   I also have a desktop running Windows 7 Pro and a laptop on Windows 8.1.   I have a cable modem (Comcast) with multiple ethernet jacks and a WIFI modem.   The Macs see

  • Include structure problem

    Hi, I'm trying to compile simple construction in ECC 60: types: begin of t_bbseg.          include structure bbseg. types: end of t_bbseg. I have compilation error: "The type "SI_BBSEG" is unknown" Is anyone had something like this before? We are Net

  • Weblogic workshop batch process

    hi all, am new to weblogic workshop. am looking to see how we can start a batch process in wlw (weblogic workshop) that in turn does a few activities like checking for file exsistence from previous application and if not copying it over from the back