Let me select which file to use

Hi,
I'm making a video converting automator script. I have everything figured out except for telling automator to let me choose which file I want to convert. How do I do this?
Thanks!

I don't have that application - are you using a Watch Me Do action to try and script the application? Following the Ask for FInder Items action with a Open Finder Items action will open the chosen files in the specified application.

Similar Messages

  • HT4528 hi, my iPhone is already completely updated and I want my iMessages to go to my phone number, however my phone number shows up on the settings screen for that, but will not let me select it to be used. How do I fix that?

    hi, my iPhone is already completely updated and I want my iMessages to go to my phone number, however my phone number shows up on the settings screen for that, but will not let me select it to be used. How do I fix that?

    Thanks to all who responded. You are all absolutely correct. However, this Ipad was a gift to my wife who was dying of cancer in the hospital and wanted some entertainment. So I started it out with her Apple ID. After she passed away I moved from Sacramento to Austin and eventually proceeded to get the Apple ID changed from my wife's to mine. Meanwhile when she was in the hospital I opened an Itunes account in my name to buy movies for her. That was the first mistake.
    Then during the move to Austin I lost track of the IPAD and later found it and tried to use support but could not remember the proper ID. Later the folks at the Apple store helped me create a new and novel Apple ID that was unfortunately unlike any other.
    The botom line is that I am stuck with three Apple IDs and three passwords. I am told by Apple there is nothing they can do about this as IDs cannot be changed or destroyed. I can quit using them or start a new account but when I try to do that the system keeps remembering too many things from the past and resists.
    Even if I sold this Ipad and bought a new one, the system memory is still there.
    I think the real problem is that destop and laptop computers are totally owned by an individual and that individual can control logins and passwords to his liking. IPADs and similar Apple products are different in that the corporation has built in their own intrusion detection schemes because of the relation to Itunes.
    One thing I thought about is to open a new Itunes account pretendding to be a new customer with my regular Apple ID. Perhaps I could do the same with Apple Support.
    Thanks for your comments.
    RAZ

  • Selecting which disk to use in Time Machine

    Mavericks allows the use of multiple backup disks in Time Machine. Is there any way to select which disk to use when browsing a backup?

    Yes while clicking on the TM icon in the Status bar press the option key.
    The Enter Time Machine menu entry will change to Browse Other Backup Disks. You can then elect the disk to browse.

  • Is there a way to select which display to use??

    Hi,
    I think my problem is OS dependent but i'm still gonna ask...
    Code related to this problem is:
      Process runner;
      Runtime t = Runtime.getRuntime();
      runner = t.exec("<path-to-office>\powerpnt.exe /s '<path-to-show>\show.ppt'");
      //  The program in line above is not nessecary  powerpoint it can be also Acrobat or web browser!!
      // (basicly  anythig which can be run on full-screen mode from command line)
    The Problemo:
    I have a computer (running on Win XP) which has two (or more) displays attached (Matrox G550),
    do i have a chance to detect amount of displays and if there is more than one display, can i somehow
    select in Runtime which display to use to show results of code above?
    Matrox solution was "when you run program once in certain display , it should be opened in same
    display next time", well... what if i shoud use 2 powerpoints in same time to have x kind of ppt in one
    screen and y kind in second screen wich has totally different kind of info what screen x does?
    If it's possible with JFrame to decide wich screen to use, i'm almost shure that i can change program to
    use pictures instead of external programs.
    -jori

    Hmm, I don't know how you would do this with out going native, but for Java frames you can use the following links.
    http://java.sun.com/j2se/1.4.2/docs/api/java/awt/GraphicsDevice.html
    http://openide.netbeans.org/multi-monitors.html

  • Which file to use in Develop module

    Which file should I use on the develop module?
    jpg?
    dng?
    raw?
    something else?
    Thanks!!

    There is no point in trying to convert a JPEG image to DNG. DNG is Adobe's alternative raw file format. There's nothing wrong with converting to DNG. Many users convert routinely, many others choose not to.
    I only shoot raw images, and I choose not to convert to DNG. I maintain the raw images in Lightroom, and export JPEG copies when I need to send them to others or to a lab. You'll have to decide how you want to manage your own library. It's very difficult to know where to start, so I'll recommend that you watch a series of short videos about getting started using Lightroom.
    Getting Started with Adobe Photoshop Lightroom 5 | Adobe TV

  • Which file is used for "Open With" option to get desktop shortcut to open webpage

    I created a shortcut for a webpage but this does not work. I want to try the Open With option to create a link but do not know which file in Mozilla folder should be used.

    See:
    * [[How to make Firefox the default browser]]
    * http://kb.mozillazine.org/Default_browser

  • How can I know which file is using by the self-service workflow?

    Dear all:
    In my directory, there are two HRSSA.wft and How can I know which source is using by the workflow of the self-service ?
    my environment is oracle 11.5.9 | self-service 4.1 | workflow builder 2.6
    Thanks
    regards
    Terry

    One way would be to download the HRSSA workflow to a wft file (using the WFLOAD utility - see MOS Doc 578248.1), then comparing this downloaded wft file with the two files you have (using a utility such as diff in Unix). The comparison that reports no differences will identify the wft that was uploaded into the database.
    HTH
    Srini

  • Why is the "From:" field being changed in Mac Mail.  I have multiple gmail accounts setup and it seems to change the "FROM" field even though I've selected which account to use to send the email.

    So
    I've got multiple gmail accounts setup in Mac Mail.
    Somtimes when I send or forward emails, it uses the wrong FROM field even though I'm declaring
    specifically which account to use.
    This becomes apparent when the person replies to my message and it goes to the wrong account

    Check you accounts in Mail and make sure each account has the correct outgoing server address. Check the box to use only that server.
    Second, go to the gmail website and in settings under the account tab, make sure you have the correct settings for replying to messages.

  • Select flat file name using routine

    Hi experts!
    I am trying to write a routine in the infopackage for flat file extraction, which will select the flat file automatically according to the date. I need to load always the file of the previous week. Please help me correcting the code. The file name is: DatAuftragsbestandSeiten_W(number of week).fix
    For example: DatAuftragsbestandSeiten_W16.fix
    Thank you for your help!
    program filename_routine.
    Global code
    $$ begin of global - insert your declaration only below this line  -
    Enter here global variables and type declarations
    as well as additional form routines, which you may call from the
    main routine COMPUTE_FLAT_FILE_FILENAME below
    *TABLES: ...
    DATA:   ...
    DATA: Str1 value '/strans/appl/anzeigen_bw/DatAuftragsbestandSeiten_W',
    Str3 value '.fix'.
    DATA: iweek(2).
    call function 'WEEKNR_GET'
      EXPORTING
        DATE         = sy-datum
      IMPORTING
        WEEK+4(2)    = iweek.
    iweek = iweek - 1.
    $$ end of global - insert your declaration only before this line   -
    form compute_flat_file_filename
      using    p_infopackage  type rslogdpid
               p_datasource   type rsoltpsourcer
               p_logsys       type rsslogsys
      changing p_filename     type RSFILENM
               p_subrc        like sy-subrc.
    $$ begin of routine - insert your code only below this line        -
    This routine will be called by the adapter,
    when the infopackage is executed.
      p_filename =
    *....Concatenate str1 iweek str3 into p_filename.
      p_subrc = 0.
    $$ end of routine - insert your code only before this line         -
    endform.

    hi Doris,
    try
    in global routine
    data : l_week type SCAL-WEEK,
           i_week(2).
    in form compute_...
    data : Str1 type string,
           Str3 type string.
           str1 = '/strans/appl/anzeigen_bw/DatAuftragsbestandSeiten_W'.
           str3 = '.fix'.
           call function 'DATE_GET_WEEK'
              exporting
                 date = sy-datum
              importing
                 week = l_week.
              i_week = l_week+4(2).
              i_week = i_week - 1.
              if strlen( i_week ) = 1.
                 concatenate str1 '0' i_week str3 into p_filename.
              else.
                 concatenate str1 i_week str3 into p_filename.
              endif.
    hope this helps.

  • Is it possible to select which div is used in fluid design?

    OK, I have built a site that consists of header and footer sections and three column divs - LeftDataBox, CenterDataBox and RightDataBox. I've used Dreamweaver CS6 to design it in a fluid style and it works well going from desktop to cell phone. However, when the site moves to the cell phone, the column LeftDataBox appears first after the header. Since most of the active content of the site is placed in the CenterDataBox div, I would prefer if that was the first div selected instead of LeftDataBox. Is there something in DW or CSS that I can apply to tell the browser to pick the CenterDataBox first? I haven't bothered to include code here, as it will not be particularly useful in the more or less general question I'm asking. I can send a link to the site if that might help, but I think it's pretty straightforward - by default as the divs lay out on the smaller screen, they go from top to bottom/left to right. I would like to swap the divs containing LeftDataBox and CenterDataBox for only small screens. If the question seems inappropriate I apologize, but have not been able to find a realistic answer after searching the web.

    I prefer to use HTML5 tags.  Aside = sidebars. Article = main content.
    What I'm saying is  FGLayouts are not able to switch div order.  Div order is based on where you put it in the HTML markup.
    However, with CSS Flexbox  div order can be defined in your media queries like this.
    Mobile:
      header    { order: 1; }
      nav       { order: 2; }
      article  { order: 3; }
      aside.one { order: 4; }
      aside.two { order: 5; }
      footer    { order: 6; }
    Desktop:
      header    { order: 1; }
      nav       { order: 2; }
      aside.one { order: 3; }
      article   { order: 4; }
      aside.two { order: 5; }
      footer    { order: 6; }
    But Flexbox is not quite ready for prime time yet.  Browser support for it is still spotty. You can read more about it at CSS Tricks:  https://css-tricks.com/snippets/css/a-guide-to-flexbox/
    Nancy O.

  • How can I select which photo is used on the cover of an i-Photo book?

    I have created a photobook, and can do most things I need, but the photo selected by Autoflow for the cover is not the one I want. Can anyone tell me how to change it?

    You can drag any of your photos to the coverpage.
    Click onto the title page to select it and open the Photos Browser window, then drag the photo you want to use onto the title page.

  • Which files to use when packaging Air 3.6 with installer.

    I've been publishing Air files without the installer for some time.
    My publisher wants Adobe 3.6 along with the installer, which is new to me.
    The Windows I believe I can set the output as:  Windows Installer - then just send them the .exe file.
    But I don't have a Mac to test on so can I just set the output as:  Application with runtime embedded  -  and then just send the .exe file?

    mac file extensions are usually .app not .exe

  • Cfif to select which query to use.

    I need some help getting syntax on an issue.  I have a listbox with 3 values, True(1), False(0) and Needs Approval(NULL) but I can't seem to get the NULL to show. The SQL column has this as a bit value so a Case adjustment does not work.
    What I need this to do is if the Needs Approval value is selected in the cboApproved box then use the 'qRecordsNull" query to get the results, else use the "qRecords" query.
    Below is the code that I have that works for true and false.  Any help would be greatly appreciated.
    <cfset vApproved = 0>
    <cfif isDefined("form.cboApproved")>
    <cfif form.cboApproved eq "">
      <cfset vApproved = 0>
    <cfelse>
      <cfset vApproved = #form.cboApproved#>
    </cfif>
    <cfelse>
    <cfset vApproved = 0>
    </cfif> [/code]
    <td>
           <select name="cboApproved" class="smallFont">
            <!---<option value="All">All</option>--->
                     <option value="1"
             <cfif isDefined("vApproved")>
              <cfif vApproved eq 1>
                selected
              </cfif>
             </cfif>
            >True</option>
                     <option value="0"
             <cfif isDefined("vApproved")>
              <cfif vApproved eq 0>
                selected
              </cfif>
             </cfif>
            >False</option>
                     <option value= "">Need Approval</option>
           </select>
          </td>
    Basically something that looks like this:
    <cfif isDefined("form.cboApproved")>
    <cfif #form.cboApproved# eq "Needs Approval">
      <cfquery name="qRecordsNull"
    <cfelse>
      <cfquery name="qRecords"
    </cfif>

    1. Replace the following code:
    <cfset vApproved = 0>
    <cfif isDefined("form.cboApproved")>
    <cfif form.cboApproved eq "">
      <cfset vApproved = 0>
    <cfelse>
      <cfset vApproved = #form.cboApproved#>
    </cfif>
    <cfelse>
    <cfset vApproved = 0>
    </cfif>
    with this one:
    <cfset vApproved = 0>
    <cfif isDefined("form.cboApproved") and form.cboApproved neq "">
      <cfset vApproved = #form.cboApproved#>
    </cfif>
    2. Replace the following code:
    <cfif isDefined("form.cboApproved")>
    <cfif #form.cboApproved# eq "Needs Approval">
      <cfquery name="qRecordsNull"
    <cfelse>
      <cfquery name="qRecords"
    </cfif>
    </cfif>
    with this one:
    <cfif isDefined("form.cboApproved") and form.cboApproved eq "Needs Approval">
        <cfquery name="qRecordsNull" datasource="myDSN">
        <!--- query --->
        </cfquery>
    <cfelse>
          <cfquery name="qRecordsNull" datasource="myDSN">
        <!--- query --->
            </cfquery>
    </cfif>

  • Which CKM is used for moving data from Oracle to delimited file ?

    Hi All
    Please let me know Which CKM is used for moving data from Oracle to delimited file ?
    Also is there need of defining each columns before hand in target datastore. Cant ODI take it from the oracle table itself ?

    Addy,
    A CKM is a Check KM which is used to validate data and log errors. It is not going to assist you in data movement. You will need an LKM SQL to File append as answered in another thread.
    Assuming that you have a one to one mapping, to make things simpler you can duplicate the Oracle based model and create a file based model. This will take all the column definitions from the Oracle based model.
    Alternatively, you can also use an ODI tool odiSQLUnload to dump the data to a file
    HTH

  • How to let user download multi files at the same time in WebDynpro ABAP?

    hi all:
    As you know, WeyDynpor has provided upload/download UI element, but it seems that it only support one file upload/downlaod at the same time.The following is the API method to download one file in Webdynpro:
        cl_wd_runtime_services=>attach_file_to_response(
         EXPORTING
           i_filename      = lv_filename
           i_content       = lv_content
           i_mime_type     = lv_mine_type
           i_in_new_window = abap_true
           i_inplace       = abap_false
    *      EXCEPTIONS
    *        others          = 1
    but if when use click one button, we want to provide user a html file plus 2 icons files which are used as this html file's resource file, then how to let user download these 3 files together at the same time?
    one simple way is calling the download api (cl_wd_runtime_services=>attach_file_to_response) 3 times,
    but it is very ugly that three popup windows are shown to let user select every file's download path, which is unaccepted.
    So anyone know more convienient way to handle it?
    thanks.

    Hi,
    I suggest you to zip the files and attach it to the response. Do the add file part for each of your files
         "References
         DATA lr_zip TYPE REF TO cl_abap_zip.
         "Variables
         DATA lv_zip_xstring TYPE xstring.
         DATA lv_zip_name TYPE string.
         DATA lv_file_content TYPE xstring.
         DATA lv_file_name  TYPE string.
         "Create instance
         CREATE OBJECT lr_zip.
         "Add file
         lr_zip_attachments->add(
           EXPORTING name = lv_file_name
                  content = lv_file_content ).
         lr_zip_attachments->save( RECEIVING zip = lv_zip_xstring ).
         "Attach zip file to response
         cl_wd_runtime_services=>attach_file_to_response(
           EXPORTING i_filename      = lv_zip_name
                     i_mime_type     = 'ZIP/APPLICATION'
                     i_content       = lv_zip_xstring ).

Maybe you are looking for

  • Possibility to edit datasets, when there is already a maintenance view?

    Hello again, is it right that I can modify datasets even when there exists a generated maintenance view for the table? It was usual for me, that in the transaction SE16 don't allow that. Thank you for your answers! Melanie

  • IFilter for Windows 7 64-bit -- does it come with Reader, or is download required?

    I'm setting up a new Windows 7 (64-bit) system.  Windows Indexer shows PDF file types as selected for indexing, but says "Registered IFilter is not found".  I looked around and apparently PDF IFilters for 64-bit Windows used to be separately download

  • IPhone 5s deleted voice memo

    I use voice memos a lot and in the new IOS 7, it asks you to name them before saving them. I had a 2 hour long voice memo and while I was naming it, I got a call and left that screen, when I went back to it the voice memo was gone. Can't seem to find

  • External E-mail Setup

    I have tried to set up an 'external' e-mail address I purchased sometime ago and used with my BT/Yahoo account for many years. Since the change over to BT Mail I cannot send messages from this e-mail account, although I do receive them. I have follow

  • Error while applying PO

    while trying to approve a PO i received the following error Line # 1 Schedule # 1 Distribution # 1 The accounting date is not in an open encumbrance period