compare between two lines from two differnt text file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mse07
    New Member
    • Jan 2007
    • 36

    #1

    compare between two lines from two differnt text file

    hi every one

    i have text file and it updated every day and i want to copy first line from this file and pasted in new text file to compare between the first line in both text file
    what is the code can i use to do this

    thank you .
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by mse07
    hi every one

    i have text file and it updated every day and i want to copy first line from this file and pasted in new text file to compare between the first line in both text file
    what is the code can i use to do this

    thank you .
    Hiya, mse07!

    How is the file updated, what language?

    Does the line of text get deleted in order to update?

    Do you have a working code for all to see? Might help to see what's a miss...

    In a bit, and please stay tuned...

    Dököll

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Yes, I think we need more specific info on how much you've attempted, and which part(s) is/are giving you trouble. And what version of VB you're using.

      Comment

      • mse07
        New Member
        • Jan 2007
        • 36

        #4
        ok i use batch file and after run that it created two files:
        1- log file .
        2- text file contain some information .

        the text file is updated every day by run the batch file

        i need to ensure if this text file is updated or not .

        note :

        if updated the text file ,first line is changed and i want to use it to help me to ensure if text file is updated or not .

        Comment

        Working...