RobinHood,
Made a change to your code -
code:
CLS
BREAK ON
open(1,"c:\CONFIG.NT")
open(2,"c:\WINDOWS\SYSTEM32\CONFIG.NT")
$mxcount1 = 0
$mxcount2 = 0
$stripp = readline(1)
WHILE @error = 0
$buildmx1array = $stripp
$stripp = readline(1)
$mxcount1 = $mxcount1 + 1
LOOP
$check = readline(2)
WHILE @error = 0
$buildmx2array = $check
$check = readline(2)
$mxcount2 = $mxcount2 + 1
LOOP
? "file 1 contains " + $mxcount1 + " lines, and file 2 contains " + $mxcount2 + " lines"
FOR $count1 = 1 TO $mxcount1 STEP 1
FOR $count2 = 1 TO $mxcount2 STEP 1
? "comparing line " + $count1 + " from file 1 with line " + $count2 + " from file 2"
NEXT
NEXT
$rc=close(1)
$rc=close(2)
? "Max Counter 1 = " + $mxcount1 + @crlf
? "Max Counter 2 = " + $mxcount2 + @crlf
get $c
Results are -
quote:
comparing line 47 from file 1 with line 1 from file 2
comparing line 47 from file 1 with line 2 from file 2
comparing line 47 from file 1 with line 3 from file 2
comparing line 47 from file 1 with line 4 from file 2
comparing line 47 from file 1 with line 5 from file 2
comparing line 47 from file 1 with line 6 from file 2
comparing line 47 from file 1 with line 7 from file 2
comparing line 47 from file 1 with line 8 from file 2
comparing line 47 from file 1 with line 9 from file 2
comparing line 47 from file 1 with line 10 from file 2
comparing line 47 from file 1 with line 11 from file 2
comparing line 47 from file 1 with line 12 from file 2
comparing line 47 from file 1 with line 13 from file 2
comparing line 47 from file 1 with line 14 from file 2
comparing line 47 from file 1 with line 15 from file 2
comparing line 47 from file 1 with line 16 from file 2
comparing line 47 from file 1 with line 17 from file 2
comparing line 47 from file 1 with line 18 from file 2
comparing line 47 from file 1 with line 19 from file 2
comparing line 47 from file 1 with line 20 from file 2
comparing line 47 from file 1 with line 21 from file 2
comparing line 47 from file 1 with line 22 from file 2
comparing line 47 from file 1 with line 23 from file 2
comparing line 47 from file 1 with line 24 from file 2
comparing line 47 from file 1 with line 25 from file 2
comparing line 47 from file 1 with line 26 from file 2
comparing line 47 from file 1 with line 27 from file 2
comparing line 47 from file 1 with line 28 from file 2
comparing line 47 from file 1 with line 29 from file 2
comparing line 47 from file 1 with line 30 from file 2
comparing line 47 from file 1 with line 31 from file 2
comparing line 47 from file 1 with line 32 from file 2
comparing line 47 from file 1 with line 33 from file 2
comparing line 47 from file 1 with line 34 from file 2
comparing line 47 from file 1 with line 35 from file 2
comparing line 47 from file 1 with line 36 from file 2
comparing line 47 from file 1 with line 37 from file 2
comparing line 47 from file 1 with line 38 from file 2
comparing line 47 from file 1 with line 39 from file 2
comparing line 47 from file 1 with line 40 from file 2
comparing line 47 from file 1 with line 41 from file 2
comparing line 47 from file 1 with line 42 from file 2
comparing line 47 from file 1 with line 43 from file 2
comparing line 47 from file 1 with line 44 from file 2
comparing line 47 from file 1 with line 45 from file 2
comparing line 47 from file 1 with line 46 from file 2
comparing line 47 from file 1 with line 47 from file 2
comparing line 47 from file 1 with line 48 from file 2
comparing line 47 from file 1 with line 49 from file 2
comparing line 47 from file 1 with line 50 from file 2
comparing line 47 from file 1 with line 51 from file 2
comparing line 47 from file 1 with line 52 from file 2
comparing line 47 from file 1 with line 53 from file 2
comparing line 47 from file 1 with line 54 from file 2
comparing line 47 from file 1 with line 55 from file 2
comparing line 47 from file 1 with line 56 from file 2
comparing line 47 from file 1 with line 57 from file 2
comparing line 48 from file 1 with line 1 from file 2
comparing line 48 from file 1 with line 2 from file 2
comparing line 48 from file 1 with line 3 from file 2
comparing line 48 from file 1 with line 4 from file 2
comparing line 48 from file 1 with line 5 from file 2
comparing line 48 from file 1 with line 6 from file 2
comparing line 48 from file 1 with line 7 from file 2
comparing line 48 from file 1 with line 8 from file 2
comparing line 48 from file 1 with line 9 from file 2
comparing line 48 from file 1 with line 10 from file 2
comparing line 48 from file 1 with line 11 from file 2
comparing line 48 from file 1 with line 12 from file 2
comparing line 48 from file 1 with line 13 from file 2
comparing line 48 from file 1 with line 14 from file 2
comparing line 48 from file 1 with line 15 from file 2
comparing line 48 from file 1 with line 16 from file 2
comparing line 48 from file 1 with line 17 from file 2
comparing line 48 from file 1 with line 18 from file 2
comparing line 48 from file 1 with line 19 from file 2
comparing line 48 from file 1 with line 20 from file 2
comparing line 48 from file 1 with line 21 from file 2
comparing line 48 from file 1 with line 22 from file 2
comparing line 48 from file 1 with line 23 from file 2
comparing line 48 from file 1 with line 24 from file 2
comparing line 48 from file 1 with line 25 from file 2
comparing line 48 from file 1 with line 26 from file 2
comparing line 48 from file 1 with line 27 from file 2
comparing line 48 from file 1 with line 28 from file 2
comparing line 48 from file 1 with line 29 from file 2
comparing line 48 from file 1 with line 30 from file 2
comparing line 48 from file 1 with line 31 from file 2
comparing line 48 from file 1 with line 32 from file 2
comparing line 48 from file 1 with line 33 from file 2
comparing line 48 from file 1 with line 34 from file 2
comparing line 48 from file 1 with line 35 from file 2
comparing line 48 from file 1 with line 36 from file 2
comparing line 48 from file 1 with line 37 from file 2
comparing line 48 from file 1 with line 38 from file 2
comparing line 48 from file 1 with line 39 from file 2
comparing line 48 from file 1 with line 40 from file 2
comparing line 48 from file 1 with line 41 from file 2
comparing line 48 from file 1 with line 42 from file 2
comparing line 48 from file 1 with line 43 from file 2
comparing line 48 from file 1 with line 44 from file 2
comparing line 48 from file 1 with line 45 from file 2
comparing line 48 from file 1 with line 46 from file 2
comparing line 48 from file 1 with line 47 from file 2
comparing line 48 from file 1 with line 48 from file 2
comparing line 48 from file 1 with line 49 from file 2
comparing line 48 from file 1 with line 50 from file 2
comparing line 48 from file 1 with line 51 from file 2
comparing line 48 from file 1 with line 52 from file 2
comparing line 48 from file 1 with line 53 from file 2
comparing line 48 from file 1 with line 54 from file 2
comparing line 48 from file 1 with line 55 from file 2
comparing line 48 from file 1 with line 56 from file 2
comparing line 48 from file 1 with line 57 from file 2
comparing line 49 from file 1 with line 1 from file 2
comparing line 49 from file 1 with line 2 from file 2
comparing line 49 from file 1 with line 3 from file 2
comparing line 49 from file 1 with line 4 from file 2
comparing line 49 from file 1 with line 5 from file 2
comparing line 49 from file 1 with line 6 from file 2
comparing line 49 from file 1 with line 7 from file 2
comparing line 49 from file 1 with line 8 from file 2
comparing line 49 from file 1 with line 9 from file 2
comparing line 49 from file 1 with line 10 from file 2
comparing line 49 from file 1 with line 11 from file 2
comparing line 49 from file 1 with line 12 from file 2
comparing line 49 from file 1 with line 13 from file 2
comparing line 49 from file 1 with line 14 from file 2
comparing line 49 from file 1 with line 15 from file 2
comparing line 49 from file 1 with line 16 from file 2
comparing line 49 from file 1 with line 17 from file 2
comparing line 49 from file 1 with line 18 from file 2
comparing line 49 from file 1 with line 19 from file 2
comparing line 49 from file 1 with line 20 from file 2
comparing line 49 from file 1 with line 21 from file 2
comparing line 49 from file 1 with line 22 from file 2
comparing line 49 from file 1 with line 23 from file 2
comparing line 49 from file 1 with line 24 from file 2
comparing line 49 from file 1 with line 25 from file 2
comparing line 49 from file 1 with line 26 from file 2
comparing line 49 from file 1 with line 27 from file 2
comparing line 49 from file 1 with line 28 from file 2
comparing line 49 from file 1 with line 29 from file 2
comparing line 49 from file 1 with line 30 from file 2
comparing line 49 from file 1 with line 31 from file 2
comparing line 49 from file 1 with line 32 from file 2
comparing line 49 from file 1 with line 33 from file 2
comparing line 49 from file 1 with line 34 from file 2
comparing line 49 from file 1 with line 35 from file 2
comparing line 49 from file 1 with line 36 from file 2
comparing line 49 from file 1 with line 37 from file 2
comparing line 49 from file 1 with line 38 from file 2
comparing line 49 from file 1 with line 39 from file 2
comparing line 49 from file 1 with line 40 from file 2
comparing line 49 from file 1 with line 41 from file 2
comparing line 49 from file 1 with line 42 from file 2
comparing line 49 from file 1 with line 43 from file 2
comparing line 49 from file 1 with line 44 from file 2
comparing line 49 from file 1 with line 45 from file 2
comparing line 49 from file 1 with line 46 from file 2
comparing line 49 from file 1 with line 47 from file 2
comparing line 49 from file 1 with line 48 from file 2
comparing line 49 from file 1 with line 49 from file 2
comparing line 49 from file 1 with line 50 from file 2
comparing line 49 from file 1 with line 51 from file 2
comparing line 49 from file 1 with line 52 from file 2
comparing line 49 from file 1 with line 53 from file 2
comparing line 49 from file 1 with line 54 from file 2
comparing line 49 from file 1 with line 55 from file 2
comparing line 49 from file 1 with line 56 from file 2
comparing line 49 from file 1 with line 57 from file 200
Max Counter 1 = 49
Max Counter 2 = 57
While this may not be the complete solution, we are getting a comparison..
HTH,
Kent
[ 04. March 2003, 14:46: Message edited by: kdyer ]