Navigation:  Command Line Applications > CheckURL >

Usage

Top  Previous  Next

Command Line Parameters

 

checkurl /u <USER> /p <PASS> /checksum /checksums_clear /t <TEXT> /cs /lc /le /evt <OPTIONS>

 

/u MyUser

Authenticate as user MyUser to web page

/p "my pass"

Use specified password for /u option

 


/checksum

Create or compare checksum of page

/checksums_clear

Delete all cached checksums from the registry



/t "text to look for"

Search for specified text on page

/cs

Make text search case sensitive (case insensitive by default)



/lc

Log all output to console



/le

Log all output to event log

/evt "options"

Rules for event log logging

 

Examples

 

Example 1: Log an error to the event log when the page http://www.eventsentry.com/support_knownproblems.php changes.

checkurl /checksum /lc /le /evt "CHECKSUM_CHANGE=Error,CHECKSUM_EQUAL=Ignore" http://www.eventsentry.com/support_knownproblems.php

 

Example 2: Log a warning to the event log when the string "About Google" is not found in URL http://www.google.com and log results to the event log

checkurl /t "About Google" /le /evt "TXT_FOUND=Information,TXT_NOTFOUND=Warning" http://www.google.com/