Search found 3 matches
- 23 Dec 2012 00:31
- Forum: DOS Batch Forum
- Topic: repeatedly starting exe file and counting specific words
- Replies: 6
- Views: 4038
Re: repeatedly starting exe file and counting specific words
This EXE App, Does it overwrite the output file each time it work? or you have to delete it first before you run this app again ? overwrite. The batch is almost finished just need the answer for the above question and, Thanks! How do you want the result to be shown? > directly on the screen and aft...
- 22 Dec 2012 13:42
- Forum: DOS Batch Forum
- Topic: repeatedly starting exe file and counting specific words
- Replies: 6
- Views: 4038
Re: repeatedly starting exe file and counting specific words
just to understand the problem right, you have a "file", and you need to search in this file for: > One specific word ---> That indicate you reached the desired result or close to it. > 16 specific words ---> That you need to search for them and keep track of how may times they appear int...
- 22 Dec 2012 12:38
- Forum: DOS Batch Forum
- Topic: repeatedly starting exe file and counting specific words
- Replies: 6
- Views: 4038
repeatedly starting exe file and counting specific words
I have an exe program, which generates a plain text output file. In this output there is among other text one specific word indicating, when the program is finished (or close enough to finish for my purpose), and some word of a second category, which indicates the result of program and can be one of...