you could do it in one command, like so:
Code: Select all
check_winfile.exe --target "c:\windows" && check_winfile.exe --target "c:\temp"
probably best to just use separate check definitions.
-Yancy
Code: Select all
check_winfile.exe --target "c:\windows" && check_winfile.exe --target "c:\temp"