Justin Beckley <[EMAIL PROTECTED]> writes: > I had a RTFM moment about half of my question. The first argument > is the startup mode, but I'm still not sure about the second. If > someone could enlighten me I would be appreciative.
It is the canonical name of the service. All services have a "display name" and a "canonical name". For example, the W3SVC service is displayed as "World Wide Web Publishing Service". In this case, winvnc is the canonical name. (I cannot even remember the display name, but you can see it in the Services control panel.) The startup-type.pl script accepts either the canonical name or the display name. I tend to use the canonical name becaus 1) it is usually shorter, 2) it is guaranteed to be unique, and 3) it usually has no spaces, so it does not need quoting When you use startup-type.pl to configure the startup type for a service, it displays both the canonical name and the display name. That is the quickest way I know to find one if you have the other :-). - Pat ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
