Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2

Thread: Net file check?

  1. #1
    Join Date
    Oct 2006
    Location
    London, UK
    Posts
    351

    Net file check?

    Is there a way to check if a .exe file exists on the net?

    I am trying to build an updating feature for a project.

  2. #2
    Join Date
    Oct 2002
    Location
    RealFake, RF
    Posts
    403
    Depends on what you mean by a file on the net, but I'll venture a "yes" to your question.

    I've made updaters all the way back in version 4. If the file is static (ie going to be there for sure), then you can just link directly. Otherwise I would have the project look for a textfile that will always be static. Then in that textfile have the dynamic file or address which can be updated from time-to-time.

    As mentioned above, I did a data "handshake" like this where the project looked to my site for a specific textfile. It then compared it's own version to the version listed in the textfile. If that version was greater in number, then it pulled the user info from the textfile and displayed the text (which included all of the updated content and info). It would also give the linked address to the updater file hosted on my site and gave the user a one-click update option. It's actually really simple.

    Now if you're talking about active spider-software that searches a sight on its own (without any info being handed over to it), then yes, that can be done too, but it's a bit more involved, but relatively easy. I started working on one a while back with some good results.

    Sounds like a fun one!
    "White-colla-AMS-gangsta."

Similar Threads

  1. Best way to share custom buttons with the group?
    By mwreyf1 in forum AutoPlay Media Studio 6.0
    Replies: 10
    Last Post: 04-28-2010, 01:29 PM
  2. Error 3038: Could not seek in compressed file
    By Rikard in forum Setup Factory 7.0
    Replies: 2
    Last Post: 05-25-2006, 11:55 AM
  3. Check HTTP for file...
    By eleslie in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 05-15-2004, 12:21 PM
  4. Replies: 0
    Last Post: 08-17-2000, 02:29 PM

Posting Permissions

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