08.29.08

My other sites

Posted in Blogging, Podcasts, Software, Watir at 10:28 am by Željko Filipin

Wondering why I did not post anything here for a long time? I have been active at my other sites. Take a look if you want to know what is going on with me lately.

07.17.08

License

Posted in Software at 9:00 am by Željko Filipin

After years of blogging I finally picked a license.

Creative Commons License
Zeljko Filipin’s Blog on Software Testing by Zeljko Filipin is licensed under a Creative Commons Attribution 3.0 Croatia License.

07.10.08

Get rid Of “Press a key…” While Using Log Parser

Posted in Software at 9:00 am by Željko Filipin

As I said before, I use Log Parser a lot.

One thing that really annoyed me is Press a key... that would appear after each screen of results.

C:\>LogParser "SELECT text FROM errors.log"
[...]
Press a key…
[...]

It took me some time to get rid of it, so maybe this helps somebody. Use -rtp:-1 switch and there will be no more Press a key...

C:\>LogParser -rtp:-1 "SELECT text FROM errors.log"

« Previous entries