CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    72

    File search on hard drive; and other questions.

    How can I search a user's hard drive for a file called iu99.dll.
    Next. I am working on a FTP program, that will, download any needed patches for my software (above question^). After the download is completed how can I make the program run setup.exe that is in the program's dir. Any ideas?

    Thanks!
    Nathan Strandberg


  2. #2
    Join Date
    Apr 1999
    Posts
    27

    Re: File search on hard drive; and other questions.

    You need to fire two client -server
    use RPC , such Pipe or Winsock
    DCOM and so on.
    talk between your own application
    , you can defien your protocol,
    such:
    1.search
    2. setup
    also that client in the remote shall run in
    the same time of course,

    I hope that is helpful

    leolin


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured