Scott, I just fixed the bug where quit was running delete. It seems that the order of the 'choice' statement has an effect.
As for the delete not actually working, I was unable to repro that. What version of windows are you using? -Ben Dewey -----Original Message----- From: Scott Golightly [mailto:[email protected]] Sent: Tuesday, July 07, 2009 12:54 AM To: Stonehenge Development Subject: RE: Authorize WCF Services scripts Ben, The first time I ran the script I chose the option to cancel and it tried to remove the reservations. It didn't seem to cause any problems just wasn't the behavior I expected. I tested the patch and before I ran your script I couldn't run the services. After running the script it allows me to run from a prompt where I didn't specifically 'Run as administrator' when starting the command prompt. So far so good. When I remove the reservation it still allows me to run the services from a non-elevated prompt so it appears that removing the reservation didn't work. I tried removing the reservation again and got errors about not finding the file so it does something but seems incomplete in the removing the reservation. Scott Golightly > From: [email protected] > To: [email protected] > Date: Mon, 6 Jul 2009 22:51:29 -0400 > Subject: Authorize WCF Services scripts > > I just made my first commit. It's a little script that I've had that adds a > URL reservation to your network configuration. This prevents users from > having to run the RunServices.bat file with elevated privileges (ie. Run As > Administrator). If someone who is running the .NET services can test this > script it would be appreciated. > > I've also added this script to the WIKI under > > http://cwiki.apache.org/confluence/display/STONEHENGE/Stonehenge+.NET+StockTrader+Installation+Guide > > and > > http://cwiki.apache.org/confluence/display/STONEHENGE/.NET+Utilities+List > > > > -Ben Dewey
