
AWHF
Novice
Jul 2, 2007, 5:11 PM
Views: 2407
|
|
Re: [KevinR] extract data...
|
|
|
DIR_A 1) Go in to DIR_A 2) Sort files to make all the files between ".doc", "_fast.txt" and "_slow.txt" the same. (e.g: file1.doc = file1_fast.txt = file1_slow.txt) 3) Open the files one by one 4) Extract info 5) Sort the info 6) compare 7) Print out the result (different & same) DIR_A -> open DIR_A -> sort files -> open the same name file -> extract info -> sort info -> compare -> print result DIR_B 1) Go in to DIR_B 2) choose the same type of file (e.g: _fast.txt and _slow.txt) 3) Sort files to make all the files between ".doc", "_fast.txt" and "_slow.txt" the same. (e.g: file1.doc = file1_fast.txt = file1_slow.txt) 3) Open the files one by one 4) Extract info 5) Sort the info 6) compare 7) Print out the result (different & same) DIR_B -> open DIR_B -> choose type of file -> sort files -> open the same name file -> extract info -> sort info -> compare -> print result Is my concept of the whole script correct?
(This post was edited by AWHF on Jul 2, 2007, 7:27 PM)
|