Listing 4: Code That Configures Paths to Files the Script Uses Begin Callout A :: Configure the path to the file that contains the ADsPath targets and scope information. End Comment SET OUTargets=D:\htmlStats\OUTargets.txt Begin Comment :: Configure the folder path in which you want to store the output files. End Comment SET PathToFiles=D:\htmlStats Begin Comment :: Configure the path to the Search.vbs file. End Comment SET PathToSearchUtil=C:\SupportTools\search.vbs End Callout B ECHO.>>"%PathToFiles%\runninglog.txt" ECHO ************** %DATE% %TIME% ************************>>"%PathToFiles%\runninglog.txt" ECHO.>>"%PathToFiles%\runninglog.txt" if exist "%PathToFiles%\ADoutputTemp.html" del "%PathToFiles%\ADoutputTemp.html"