Search for a file in the client machine

hai..
i m currently working on a client server appication.i would like to perform a search in the client machine...
to b more specific...i would like to search for a .exe file in the client machine.if that file is not present in the client machine then copy that particular file from the server to client and if that file is present in the client machine then execute that file...
plz help me with this task..
thank u

@OP: were you, by any chance, a member of Microsoft's Windows XP
design team?
kind regards,
Jos ;-)

Similar Messages

  • Open SharePoint 2013 Search Results (EML files) In The Client Application

    Hi, I have a problem about using sharepoint 2013 search for EML files:
    When i click on the search result link *.eml, the browser open for the email file, i can only view the content of the EML file, but actually i want to see the full info of it like using an email client application outlook express including From:,To:,Date:,Subject:,ect.
    How can i click on the search result link to open an email client application to view the result?
    Thanks a lot.

    Hi  ,
    According to your description, my understanding is that you want to open SharePoint 2013 Search Results (EML files) in the Client Application.
    For your issue, you can follow the steps as the blog’s:
    http://www.quercussolutions.com/blog/index.php/opening-eml-file-types-in-outlook-from-sharepoint-2010/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Is it possible to write a as3 code that will search for particular file in the loacal disk

    Is it possible to write a as3 code that will search for particular file in the loacal disk

    Not for a web-based design

  • Creating file in the client machine

    Hello All,
    In my jsp page, am writing data from database to an excel file and I want this excel file to be created in the client machine. I checked in the forums but could not find an apt reply.
    ie, when i click on submit button, i get the data from the database and put it in an excel file.
    any help would be appreciated.
    am realy struggling with this.
    any link to previous posts regarding this would be very helpful.
    thankx a ton,
    arun.

    you can't write a file from the server to the client. Such functionality would make it really easy to install virusses and such, don't you think? You can write the excel file on the server and then allow the user to download that file. This would mean writing the file to a webdir and then offering it as a link on a webpage.
    Check out the apache website for jakarta POI, which allows writing (and reading) of excel files.
    http://jakarta.apache.org

  • JSP Writing to file on the client machine

    Hi Java Gurus,
    I would like to know if it's possible to store (save) information to a file on a client machine from a JSP Application?
    Or let me know good tips to save some data on the client machine... Thanks a lot!
    Nalee

    Hi Gallegux,
    Sorry, I don't mean to sound dense. Here is my JSP page. Do you mean physically on the same line or logically on the same line?
    <%response.setHeader ("Content-Disposition","attachment;filename=xxx.txt"); %>
    <%@ page import="java.sql.*" %>
    <%@ page extends="someone.taglib.servlet.MyDialogServlet" %>
    <%@ page contentType="application/save; charset=iso-8859-1" language="java" import=""%>
    <%@ page import="MyProductBean" %>
    .....body of JSP........
    Thanks so much!

  • Searching for audio files in the Browser

    Hi,
    I've recently ripped all of my SFX libraries to AIFF files but am having some trouble with using the Search functionality of the Browser.
    When ripping the CDs, I wrote an Applescript to pull the descriptions from a spreadsheet and put it in the Spotlight Comment for each file. This works great for Spotlight searches from Finder but seems to be next-to-useless for Soundtrack (Pro) as it only seems to find results based on filenames.
    Then I tried a different approach. I wrote another Applescript to copy the Spotlight Comment for each file and paste it into the Comment field in the metadata for each file (via iTunes). Again, this works great in Finder using a Spotlight search but makes no difference to the results in Soundtrack.
    Each time I re-indexed my files within Soundtrack (as a side note, does anyone know where this indexing information gets stored? I'd like to have a look at it)
    I briefly had a look at Appleloop Utility but it seems to offer nothing apart from vague categorisation of the files.
    Can anyone explain what the search function within Soundtrack actually searches or see where I'm going wrong or offer some help?
    Thanks,
    Neil

    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Mail/V2
    Right-click or control-click the highlighted line and select
              Services ▹ Open
    from the contextual menu.* A folder should open. Inside it are subfolders representing your Mail accounts. The names refer to the email addresses you use.
    Enter Time Machine and scroll back to the snapshot you want. Select the account folders you want and then select  Restore ... to... from the action menu (gear icon) in the toolbar of the snapshot window. Restore the folders to the Desktop, not to their original location.
    From the Mail menu bar, select
              File ▹ Import Mailboxes...
    Choose Apple Mail as the format and import from the mailboxes in the folders you restored to the Desktop. The imported messages will appear in a new mailbox. Move the ones you want to keep wherever you like and delete the rest. Then delete the folders on the Desktop.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Writing a log file in the client machine

    Hello,
    I need to write a kind of log file about the successful or failure of execution of
    some queries in a PL/SQL batch. The UTL_FILE.fopen command let me write to a file but in the side of the server. And it's necessary to update the init.ora with the path.
    That's not useful for me. I want a procedure generates a report for the clients.
    Is this posible?
    Thank you very much,
    Icaro Alzuru

    I want a procedure generates a report for the clients.Well, one way to do it is to write a file to the DB server and then use some OS mechanism to make it available to the client (ftp, e-mail). With moderate degrees of pffafing around this can all be done from inside the database.
    Alternatively, write to a log table instead and make that available to the client. Depending on who they are they might prefer querying a table to grep'ing through a file.
    Cheers, APC

  • Saving The Report File (PDF) on Client Machine/PC

    Hi Everyone,
    I am using Oracle Application Server 10g (10.1.2). I have a form that calls a report (both forms and report version are 10.1.2) with ASYNCHRONOUS option and creates a file in PDF format. The report is running fine and is creating the PDF file fine BUT on the application server.
    I need to know if there is a possibility of either creating the file on the client machine/pc or transferring the file from application server to client PC. I would prefer the first option that is to create the file on client PC so the client can print or browse the report later. The second option would be ok if there is no solution for first option but I am assuming that it would take twice as much time. First to create the report on Application Server then to transfer the file from AS to client PC.
    I have already included webutil library and object library but could not find a way to save the file on client PC using any of the APIs.
    I would appreciate if some one provide me detail information. I mean syntax on how to either create the file on client PC or how to transfer the file created on application server to client PC. I would like to know where the report is created on Application server as the path will be required for transfer.
    Thanks in advance.
    Khalid

    Instead of just creating the file, open the file in a
    browser using rwservlet. That way the client can see
    it and save in his PC whenever he wants to.
    Try:
    ...write code to get report id...you must be already
    having this...
    then continue....
    :global.report_server_name:=<servername>;
    reports_servelet:='/reports/rwservlet';
    REPORT_MESSAGE := RUN_REPORT_OBJECT(REPORT_ID);     
    vjob_id :=
    substr(report_message,length(:global.report_server_na
    e)+2,length(report_message));
    hidden_action :=
    reports_servelet||'/'||'getjobid'||vjob_id||'?server='
    ||:global.report_server_name;
                                       --WEB.SHOW_DOCUMENT(hidden_action);
    Basically you get the objid for the report you ran
    and open it in the browser.
    Hope this helps.Hi,
    First of all thanks for you kind reply. Actaully user has an option to preview report and it is working fine. The reports run and display under browser as either PDF or HTML depending on option selected by user. These reports can be saved on client machine without any problem as you mentioned.
    The problem with this form is that as soon as it execute the report it exit out of form. So the reports that are previewed run under SYNCHRONOUS mode and reports that are creating files run in ASYNCHORONOUS mode. I can run preview reports also in ASYNCHOROUS mode and I have already tried it by creating TIMER and WHEN_TIMER-EXPIRED trigger and commenting EXIT_FORM built-in. But as mentioned since the form exit out WHEN_TIME_EXPIRED does not fire and it does not display the report on the browser. I can see the status of the report in print queue when it is finished successfully.
    If the report is not displayed after running in ASYNCHOROUS mode then I will be unable to save the file. That is the reason we created the FILE creation option and thought we will find a way to create/save the file on client PC but I am having hard time to do that.
    I am sure I have made myself clear. Bottom line is that previewing a report in a browse is an option but will not work for long reports and if we run in background then it will not display in a browser as form exits after calling the run_report_object to run report so WHEN-TIMER-EXPIRED is not there to show the report when it is finished.
    Thanks
    Khalid

  • Saving the PDF on the client machine

    Dear SDN Community,
      I have a requirement to save the PDF file on the client machine. Can you please advice me what are the options that I do have.
    P.S : I use 2004s, Adobe Life cycle desginer 7.1 for the development.
    Thanks!
    Surya

    Anto,
      Thanks for your reply. Can you please tell me if I can force the user to save the document on to his desktop. I need to provide him a dialogue box to save to his computer. Please advice me how I can do this programetically.
    Thanks!
    Surya.

  • Searching for Missing File Message

    When I click on a picture in Organizer getting a message "searching for missing file". The picture opens ok, but then get the preceding message which eventually goes away.
    Any suggestions as to why this is happening.
    Thanks

    It means you moved or renamed the file outside of PSE (e.g. with Windows Explorer).   PSE is searching your folders for the new location, and it sounds like it is finding it.  It is much better to only move photos and folders containing photos within PSE.

  • Is there a way to search for a file within a site defined in Dreamweaver?

    I know you can search for phrases within a file's code, but
    what if I have defined an extremely large site in Dreamweaver with
    thousands of files in it and then I search for a file with the
    phrase "contact" in it? Is there a way to do this in Dreamweaver or
    is there an extension that would add this functionality?

    On Thu, 24 Jan 2008 01:50:58 +0000 (UTC), "MartinUCSD"
    <[email protected]> wrote:
    >I know you can search for phrases within a file's code,
    but what if I have
    >defined an extremely large site in Dreamweaver with
    thousands of files in it
    >and then I search for a file with the phrase "contact" in
    it? Is there a way
    >to do this in Dreamweaver or is there an extension that
    would add this
    >functionality?
    Of course
    Edit | Find and replace
    put in the "content" in the Find box - select Find in Entire
    site and
    click Find all
    ~Malcolm N....
    ~

  • Searching for Missing Files-Elements 5.0

    Elements 5.0--loaded photos from my camera using Elements.  Added some captions using Elements.  the next time I tried to retrive photos I got a screen saying "Searching for Missing Files"  and the system started scrolling through files.  Not sure why this is happening.

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • What are the Client machine requirements for running Forms 6i?

    What are the minimum/ideal hardware requirements of the client machines which run forms 6i in separate frames.
    The reason for asking this is that the users have multiple sessions of separate Forms frames. When they do a lot of activity/transactions, and try to do a windows Print Screen on a MSWord file, nothing seems to print on the Word document. If they save the document and reboot the computer and open the same word document again then the screen print shows up. I am thinking it is because the separate frames take up lot of RAM. Typical configurations of our m/c are PII 400's with 64MB RAM.
    Thanks in advance.

    Hi Lionel,
    As a general rule of thumb, the ATI Rage 128 Pro will not support a 20" LCD. That being said, there are reports of it doing just that (possibly the edition that went into the cube).
    I'm not that familiar with the ins and outs of the Cube, so I can't give you authoritative information on it.
    A good place to start looking for answers is:
    http://cubeowner.com/kbase_2/
    Cheers!
    Karl

  • How to get file input stream from the client machine by JSF Fileupload API?

    Dear Friends,
    How to get the file input stream from the client machine by JSF HtmlFileupload or fileupload API. At present, if i execute the file upload code in the client machine, it is able to get the local path of the file and looking for the file in server machine. So i am getting FileNotFoundException.
    E.g., If a file is located at client machine at following location means "C:\Test\Test.txt",
    uploadClass.getFileuploadComponent().getFilename().toString() returns "C:\Test\Test.txt". But it is looking for that file in server and throwing FileNotFoundException.
    Please post your replies soon.
    Thanks,
    JP

    Depends on which version of JSF you're using. If JSF 1.2, I wouldn't even bother trying to hack this into JSF itself unless you can use something like Seam 2 or richfaces.
    http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_fileUpload.html
    http://docs.jboss.org/seam/2.2.1.CR3/reference/en-US/html/controls.html#d0e29259 (look for s:fileUpload)
    But if I were you, a simple non-jsf form with a servlet works best for taking file uploads.
    As for JSF 2.0, there are other ways of getting it done.
    http://balusc.blogspot.com/2009/12/uploading-files-with-jsf-20-and-servlet.html

  • I backup to an external hdd with Time Machine, when it ran out of space it did not delete old backups, now my internal hdd says its full when before it had heaps of space. I have searched for extra files but cant find any. Can anyone help, please.

    I backup to an external hdd with Time Machine, when it ran out of space it did not delete old backups, now my internal hdd says its full when before it had heaps of space. I have searched for extra files but cant find any. Can anyone help, please.

    First, empty the Trash if you haven't already done so. Then reboot. That will temporarily free up some space.
    To locate large files, you can use Spotlight as described here. That method may not find large folders that contain a lot of small files.
    You can also use a tool such as OmniDiskSweeper (ODS) to explore your volume and find out what's taking up the space. You can delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one.
    Proceed further only if the problem hasn't been solved.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    Install ODS in the Applications folder as usual.
    Triple-click the line of text below to select it, then copy the selected text to the Clipboard (command-C):sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    I don't recommend that you make a habit of doing this. Don't delete anything while running ODS as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means.
    When you're done with ODS, quit it and also quit Terminal.

Maybe you are looking for

  • WinXP to Mac - The Specified Network Name is No Longer Available

    Hello, I cannot figure out, for the life of me, why our WinXP machine won't connect to our Mac. Mac: Powerbook G4 running OS X 10.4.7, WIndows File Sharing is active and an account is selected which will use Windows sharing. PC: Windows XP Home Editi

  • How to send two different IDocs to SAP without BPM

    Hi Experts, I am working on jms to IDoc scneario,my requirement is to convert one JMS messge in to 2 IDocs(DELVRY,MATMAS) to ECC , i searched in SDN to achieve this requirement without BPM, i found one blog,but its saying its not possible to use mult

  • Error when creating Sequence inside a stored procedure

    I tried to drop a sequence and then re-create it with new starting number in a pl/sql procedure by using 'execute immediate' command. However, I got the 'ORA-01031: insufficient privileges' error when I actually executed the procedure. I was able to

  • Several Updates Fail all with error code U44M1I200

    I have a notification that I have 12 Adobe updates to install. When I attempt to install them they fail and the error log lists the same error code for all update (U44M1I200). I am running Windows 8 and just installed the new Windows 8.1 upgrade but

  • My Mac 10.7.4 doesn't recognize my iphone

    When I connect my iphone to my Mac Itunes doesn't recognize the phone.  Can't sync any music.  Also, books app doesn't appear on my Itunes list.