Windows Server 2003 in a Nutshell by Mitch Tulloch This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated March 20, 2006. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: {523} under NET SHARE heading; I forgot to mention that in Windows Server 2003 the NET SHARE command has a new option: /GRANT You must explicitely include this option when you want to grant share permissions. This option was omitted from the text by mistake. Sorry! (592) In the area "With WEEKLY" under "/d Day,[Day...]; The Syntax With WEEKLY MON-SUN[, MON-SUN...] implies to me you may create a task using syntax such as SCHTASKS /CREATE /TN test2 /SC WEEKLY /D MON-FRI /RU "system" /TR test.exe but Windows 2003 will not accept /D MON-FRI. It will accept: SCHTASKS /CREATE /TN test2 /SC WEEKLY /D MON,TUE,WED,THU,FRI /RU "system" /TR test.exe