Ok, not sure what to put for the IF statement. I would imagine I'd use $ini, but not sure how I would use that correctly.

alias checkini {
; $1- holds the filename to check
if ($ini(*.ini,help) == 1) {
inc %ini_matches_count
}
}

Basically this looks for any INI file that contains the item "help=1", but I don't know what to put for *.ini...

Last edited by Joe_Dean; 01/07/08 03:42 PM.