**As of version 2.0, I have migrated this project to http://www.codeplex.com/SPWakeUp/Wiki/View.aspx?title=Home Please check this new site for future versions. Also see my blog for future releases: http://akennel.blogspot.com **
This is a ground-up rewrite of the application, focused on making it easier to use while improving performance.
In this new version, the searchdepth.conf file is no longer needed. Additionally, the sites.conf file is now optional.
The app now recognizes 3 switches at run-time:
-depth:X --specifies how many levels deep to search for sites. If you do not set anything, the default value of 3 is used.
-site:XXX.XXX -- specifies the starting URL. If you do not set anything, the app looks for sites.conf, and uses the sites listed there. If sites.conf does not exist, the default URL http://localhost is used.
-log:Filename -- specifies a log file to record the results. If a file is not specified, the log will be displayed on the console.
-help Displays some help information about the application.
Examples:
spwakeup.exe
If the file sites.conf does not exist, runs against http://localhost. Uses search level of 3. Displays log results on console.
spwakeup.exe -depth:5 -log:c:\log.txt -site:http://portal.mycompany.com
Runs against http://portal.mycompany.com. Uses a search level of 5. Stores results in c:\log.txt.