commandline switch request

Is there any way this could be added -updatepath="localhost/ibidsql/updates"

I have modified wyUpdate so that I can specify a dynamic path to the update site/directory -- I added a variable called %updatepath% (eg http://%updatepath%/%file%) to the Download Sites for updates

public static ServerFile Load(string fileName, string updatePath): case 0x03://Add update file site string t = ReadFiles.ReadDeprecatedString(fs); t = t.Replace("%updatepath%", updatePath); ClientFile.AddUniqueSite(t, serv.VersionChoices[serv.VersionChoices.Count - 1].FileSites); //ClientFile.AddUniqueSite(ReadFiles.ReadDeprecatedString(fs), serv.VersionChoices[serv.VersionChoices.Count - 1].FileSites);

It would be much appreciated if this could be added or some variation. I don't want to maintain my own version of wyUpdate.

Ok. This seems to be a heavily requested feature. We'll add this to next version of wyUpdate coming in about a week and a half.

Thanks Mark.

I really, really appreciate this. And not to overstep my requests -- but if this could be addressed This link RE: flickerviewtopic.php?f=1&t=208&start=0

That would be everything that I would needThanks againMark