Code_Man652 Posted March 23, 2005 Posted March 23, 2005 How would I have a macro search through a log such as C:\Text.txt and if it were to see something inside the log such as "yellow" it would then imput a 7?
redndahead Posted March 23, 2005 Posted March 23, 2005 Look at the windows command line option "FIND" the options there will help you Something like RunWait(@Comspec & ' /c Find /c "yellow" C:\Text.txt > C:\output.txt,'',@SW_HIDE) Then read the output file to see how many were found and then if found input 7. red
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now