System exec, How I say to open one file and make operation in external program?

Hi,
I got called an external program with the system exec.vi, but i would like the program open the file saved in the other window, i can get the file path, but how Can I put the file path in the external program and the program open the file and I tell (in this case compile), since i open one file code c and only i must to open and say to the program 'compile' and then close external program.
Any help?. Thanks.
Attachments:
system_exec.GIF ‏8 KB

Hi Fonsi,
System Exec.vi will allow you to run commands like launching a program easily but it is difficult and many times not possible to execute commands within an application.
A better way maybe to approach this though ActiveX. Please look at the following example that uses ActiveX to communicate with Excel.
Writing Rows to Excel 97 and Excel 2000 Using ActiveX
If you are not familiar to ActiveX and LabVIEW, please read the document below:
ActiveX and LabVIEW
I hope this
helps.
Sincerely,
Feroz
National Instruments

Similar Messages

  • How do I export to AVI. file and make the size smaller?

    Looking to export a film as a AVI file and alter the size and quality.
    Thanks!

    Hi,
    you can use QT or FCP>Export> QT movie conversion but I like using Compressor.
    In Compressor settings tab there's a button with a plus icon on the top right corner. Click it and in the popdown menu choose Quicktime Export Components.
    You've just created a new untitled setting. It sits at the bottom of the settings in the untitled folder.
    Drag and drop it onto your movie file just imported in Compressor. Double click it and/or see it in the inspector window. Give it a name and in the encoder type choose AVI.
    Now (still in in the inspector window) if you click Options button below you can change a number of settings. Remember, the higher the bit rate the better the video will look but greater wil be the size of the video.
    Do some tests to find best settings.
    An example to use just as reference:
    a 3GB DVCPRO HD video becomes 400MB AVI at 1000kbyts
    Hope that helps,
    G.

  • I have an ipad air and I'm trying to play a video I purchased from iTu and it says cannot open not supported and the codec says protected. How do I fix?

    I have an ipad air and I'm trying to play a video I purchased from iTu and it says cannot open not supported and the codec says protected. How do I fix?

    FOR ASSISTANCE WITH ORDERS - iTUNES STORE CUSTOMER SERVICE
    For assistance with billing questions or other order inquiries, please refer to our online support page by clicking here: http://www.apple.com/support/itunes/store/. If you cannot find the answers you are seeking in our robust knowledge base, you can contact us by visiting the following URL http://www.apple.com/support/itunes/store/, clicking on the appropriate Customer Service topic, then using the contact button or email form at the bottom of the page. Responses to emails will be provided as soon as possible.
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: mailto:[email protected]
    How to report an issue with Your iTunes Store purchase
    http://support.apple.com/kb/HT1933
    https://reportaproblem.apple.com/
    iTunes Purchase Problems: How to Report a Problem to iTunes Support
    http://tinyurl.com/7tscpa7
    iOS: Troubleshooting applications purchased from the App Store
    http://support.apple.com/kb/TS1702?viewlocale=en_US&locale=en_US
    How to Get a Refund from the App Store
    http://gizmodo.com/5886683/how-to-get-a-refund-from-the-app-store
    Getting Refunds for your iTunes Store Purchases
    http://www.labnol.org/software/itunes-app-store-refunds/13838/
    Canceling a Digital Subscription
    http://gadgetwise.blogs.nytimes.com/2011/10/14/qa-canceling-a-digital-subscripti on/
     Cheers, Tom

  • How do I fix my left shift key? Any open windows leave and make the desktop visible.

    How do I fix my left shift key? Any open windows leave and make the desktop visible. I have tired to go into system preferences and reset all of the keyboard settings to default but the issue hasn't gone away.

    You are not running as administrator, I think, which may be required and the only way to properly work and register. Also check for compatibility mode settings, UAC and DEP, all of which may require to be adjusted for a legacy app like PS CS2 to run properly. Also turn off Aero and switch to a conventional visual theme. The brush issue may be related to that or is a more generic problem with your graphics card and mouse config, but since you didn't provide any info on that, it will be hard for anyone to advise.
    Mylenium

  • I had a MobileMe account and when Apple switched to iCloud I now have two mail accounts: @mac and @me. Additionally my folders in iCloud not longer show up in my Mail program. How do I return to one account and see my folders on my mac?

    I had a MobileMe account and when Apple switched to iCloud I now have two mail accounts: @mac and @me. Additionally my folders in iCloud no longer show up in my Mail program on my iMac. How do I return to one account and see my iCloud folders on my mac?

    I went to Notes.  Showed all notes.  Three notes are duplicated, one on iCloud and one on Icloud.  I deleted one of the notes and checked to see if the other still existed.  It did.  I deleted the other two notes.  I check all notes and found that the three notes were deleted on both accounts.  The only notes on this device are under On My iPad.
    I went into system settings and tried to delete the Icloud account.  The warning comes up:  This will delete all IMAP notes on your device.  Will this also delete the notes in On My iPad?

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • Because I can no longer open Adobe files, and have tried all obvious solutions, I've been told to defrag the Intel portion of my MacBook Pro. How do I do this?

    Because I can no longer open Adobe files, and have tried all obvious solutions, I've been told to defrag the Intel portion of my MacBook Pro. How do I do this?
    I never use the Intel side, and have never partitioned the MacBook Pro.
    Message was edited by: MacGirl221b

    I never use the Intel side,
    Not understood, Intel make the processor that runs your Mac, there is no other 'side' to your Mac.
    What Adobe application are you trying to open files with?

  • How to transfer more than one files over internet at once?

    hi, friends,
    I just wonder how to transfer more than one files from one computer to another over internet at once. Not using ftp. pls any one give me the solution.

    This isn't hard to do, but it depends on your exact need. I did something very similar to let me upload all my mp3 file from home to work using sockets (don't have the code anymore..).
    What I did was implement a "pull" approach rather than a "push" approach. In other words, everytime my server got a request from a client, it served up the next file. It didn't know or care that the client was always the same.
    If you can set up a server to serve one file when a client attaches, then basically just put that code in a loop.
    If this doesn't meet you need, it might still be helpful as a starting point...

  • How to open .rar files and .exe files on mac

    HI
    I'm new user on mac and would like to know how to open .rar files and .exe files on MAC OS X
    Thanks

    How is this a Compressor question?
    .exe is a Windows only Executable, and can't be opened on a Mac, unless you have Windows installed.
    Michael Trauffer

  • I have a avchd file approx 15min in lenght on a sdhc card. My camera says there is one file. When I put the card in the PC ( Win8.1), the PC says there are 2 files,

    I have a avchd file approx 15min in length on a sdhc card. My camera says there is one file. When I put the card in the PC ( Win8.1), the PC says there are 2 files, one is 11mins approx and the other is 4mins long approx. If I bring these files into premier CS6 they are both identical length of 15mins What is going on here??

    Hi and thanks... kinda getting there but still unsure WTF. I have found that the files are split at 197gb (consistent with other uses on the web), however when I import them into premier cs6 they are 15mins and 29secs, on the SDHC card the file size is 197gbfor the larger, then the shorter one is 634mb. BUT when I import both files into premier cs6 they are identical size and length both are 15.29.19 or 15mins 29sec and 19frames. I have put the card in the camera and run that as an external and it sees the files as 2 split files while if I view the files straight off the camera there is only 1 file. Why it says there are 2 files of different sizes and premier imports them as 2 identical files is a mystery to me! I have also gone back and looked at some archived  footage on another card and yes there was one split file when the size exceeded 197gb but of course when I imported that footage nothing was missing because cs6 imported the file as a complete 'take' of the whole length

  • I have not been able to open PDF Files and i get a message saying Missing Plug-ins

    I have not been able to open PDF Files and i get a message saying Missing Plug-ins

    The message may be refering to Adobe plug-ins. To use Apple Preview to view PDF, right click on any PDF you have/Get Info. In the Info Window/Open with: Select Preview > Select Change All

  • How do I open png files and maintain transparency?

    How do I open png files and maintain transparency?  I have many image files I had hoped to manage with aperture along with my photos.  I find that it wants to display them with a black bacground( they were designed for white) and when I want to edit that is kept even when I open with a psd format.  What do I do?
    Thanks

    and when I want to edit that is kept even when I open with a psd format.  What do I do?
    Transparency and layers are not supported in Aperture. You can import png-files or psd files with a transparent background and export the originals unchanged, but as soon as you edit them, the transparent background will be lost.
    Aperture is an application to manage photos and not graphics compositions, sorry.
    -- Léonie

  • Hello Freinds, i am uing mozila latest version. Now i need to format my system . How can i save my web history and can i import it to mozilla after formatting ?

    Hello Friends, i am uing mozila latest version. Now i need to format my system . How can i save my web history and can i import it to mozilla after formatting ?

    See https://support.mozilla.com/en-US/kb/Backing%20up%20your%20information?s=profile+backup&r=2&as=s#os=win&browser=fx8

  • Photoshop Action That Only Opens One File Type

    I want to create an action that only opens one particular file type, performs some changes to it, then finds all the others of that file type. I can do everything else and use the Image Processor to run it, but I can't find any way to tell the action to only open .GIF files and ignore everything else. Am I just missing something obvious?
    Thanks,
    Andacar

    See this post about the Picture Processor:
    http://forums.adobe.com/message/5146485#5146485
    Another possibilty besides perhaps using a script, is if you have the latest photoshop cs6 version from the cloud, which allows conditional actions.
    However, since i'm not on the creative cloud i don't know, but maybe someone else that does have the cloud version can comment.
    added: doesn't  appear so for the new conditionals
    Message was edited by: R_Kelly

  • My mac version is OSX 10.9.4 and I just set up my Apple Mail with Yahoo! IMAP.  My question is how come when I open my mac contacts, The operation couldn't be completed. (CoreDAVErrorDomain error 3.) is shown?

    My mac version is OSX 10.9.4 and I just set up my Apple Mail with Yahoo! IMAP.  My question is how come when I open my mac contacts, The operation couldn’t be completed. (CoreDAVErrorDomain error 3.) is shown?

    http://www.microsoft.com/mac/support
    http://answers.microsoft.com/en-us/mac/forum/macword?auth=1
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/microsoft-wor d-for-mac-2011-will-not-open-error/ecc42616-6f49-40bb-b8f5-e21c711ea359

Maybe you are looking for

  • To disable 'save' and 'save as' options in the toolbar of adobe reader 10

    Hi, I need to disable the 'save' and 'save as' options. Is there any way to do it? If so, please let me know how to do it. Thank you.

  • ASA 5512-X version 9.1 multiple contextes supported?

    Hi All, could soumeone please let me know if on the ASA 5512-X virtual contexts are supported with version 9.1 ? I found different information on the Cisco web,  the ASA datasheet says it is supported but in the configuration guide I found exactly th

  • Hyperion Business Rules Error

    Good day! I have an error every time I validate the business rules in essbase. This is the error when I validate the Business rules : Unable to run or validate this rule (VSHI1_CopyData) against the following location: Essbase/vincentp.misnet.com.ph/

  • Cannot add Computers to DSfW domain

    We have been running DSfW for a couple of years. Recently we found we couldn't add computers to the domain any longer. Also using the MMC all the existing computers are of type mSDSComputer which the team suggest what is normally there. Both DSfW ser

  • Monitor fades grey from top to bottom and must restart

    Over the past two weeks my Mac has been acting up. I will be working in CS2 and while searching for a file to open through one of the apps my monitor fades to grey. It starts top to bottom like a slide. I can still see my open windows, but they are b