Hi Dan, there are two ways you can go about it depending on what
version of IADS your running.
If 6.x With the OpConsole running, you can choose File->Edit Startup
File (This will propmpt you to shut everything down first)
This will bring up the Startup Wizard - each option will be filled out
with your current settings.
You will get to a page where it asks you if you would like to Edit
Workstations
Select the workstation you would like to edit
On the Properties/Value page for each workstation, Specify the
Property of NoUserLogging with a Value of True
If you are running prior to 6.x you will need to edit your OpConsole
Startupfile by hand...I'll put a startup file snippet here, but Google
might mess with the formatting.
This snippet defines that "SomeClientMachine1" will be assigned the
options for "/NoUserLogging" and "/Username Fred"
Root
{
OpConsole
{
Clients
{
Global
{
CDSName mjones3600
CDSPort 58000
ExeName iads.exe
ExeLocation C:\Progra~1\IADS\ClientWorkstation\
Version Build 6.3
}
SomeClientMachine1
{
Properties
{
NoUserLogging True
Username Fred
}
}
}
}
}
Please let me know if you have any questions
On Jun 29, 4:58 pm, danverde <danve...@comcast.net> wrote:
> I want to start the IADS real-time clients from the OpsConsole, but I
> want to enable certain command line options that I normally use.
> Specifically I want all the IADS clients to start with the "/
> NoUserLogging" switch enabled. What keywords or changes do I make to
> my opsconsole startup file do I make? Or is that even the place I
> make the?
> Thanks,
> Dan Green