Search found 1 match

by mhinegardner
17 Mar 2010 11:58
Forum: DOS Batch Forum
Topic: IF statement with FIND
Replies: 1
Views: 3590

IF statement with FIND

I'm not sure the best way to go about doing this... Ultimately I want to run a MySQL query and run that into a DOS FIND command...from that point, I want to be able to "do" something with the output. Perhaps with an IF statement. This is what I had in mind: SET MYSQLOUTPUT=mysql.exe -uroot...