hello all mighty gurus!
Does this seem possible or is it fuzzy logic?
Read directory (EX:c:\)
Loop through each file (EX:\ with a foreach)
Process in 10 lines of the file looking for a CRLF
If a CRLF do a another program (EX:\convert this file to ascII)
Else read the next file
any tips on how I should approach this? thanks!