ConferenceXP Command Line Parameters
You can start the ConferenceXP Client application from the Command Prompt window. By using one or more command parameters, you can also specify or change ConferenceXP configuration options. For example, in a single command, you can start ConferenceXP, join a venue, and start the ConferenceXP Presentation capability.
The name of venues and capabilities are case sensitive. For a venue or
capability name that includes a space, use quotation marks around the name.
Top 
Start ConferenceXP from the Command Prompt window
- At the command prompt, change to the directory containing the ConferenceXP
Client 3.0 application (by default, C:\Program Files\Microsoft Research\ConferenceXP\CXPClient), and then type
cxpclient.
Top 
View command line parameters help
- At the command prompt, change to the directory containing the ConferenceXP
Client 3.0 application (by default, C:\Program Files\Microsoft Research\ConferenceXP\CXPClient), and then type
cxpclient -help.
Top 
Join a venue
- At the command prompt, type cxpclient -venue VenueName
where VenueName is the name of the venue you want to join.
Note The name of the venue is case sensitive. For a venue name that include spaces, use quotation marks around the name. For example, to join the Virtual Cubicle
(3.0) venue, at the command prompt type cxpclient -venue "Virtual Cubicle
(3.0)".
Tip You can use the abbreviated -v instead of -venue.
Top 
Start a capability
- At the command prompt, type cxpclient -venue VenueName -capability CapabilityName
where VenueName is the name of the venue you want to join and CapabilityName is the name of the capability you want to start. For example, to join the Northwestern
(3.0) venue and then start the Presentation capability, at the command prompt type
cxpclient -venue "Northwestern (3.0)" -capability Presentation.
Note The name of capabilities are case sensitive. For a capability
name that include spaces, use quotation marks around the name. For example, to
start the Classroom Presenter capability, type cxpclient -venue "Virtual Cubicle
(3.0)" -capability "Classroom Presenter".
Tip You can use the abbreviated -c instead of -capability.
Tip To reduce the startup time of ConferenceXP, which is helpful when you’re testing a new capability, you can also specify
-vs none to use no Venue Service, and instead use the default Local Venue. For example, to specify no Venue Service when you start a capability you’ve developed named MyNewCapability, at the command prompt type
cxpclient -vs none -c MyNewCapability.
Top 
Specify a different Venue Service
- At the command prompt, type cxpclient -venueserver ServerName
where ServerName is the fully qualified domain name of the Venue Service
you want to use. For example, to use the Venue Service venues.conferencexp.net, at the command prompt type
cxpclient -venueserver venues.conferencexp.net.
Note By default, ConferenceXP uses the Venue Service specified in the Cxpclient.exe.config configuration file.
Tip You can use the abbreviated -vs instead of -venueserver.
Top 
Use no Venue Service
- At the command prompt, type cxpclient -venueserver none
Tip This command disables the remote Web service calls and reduces the startup time of ConferenceXP, which is helpful if you’re working with only local computers. By default, ConferenceXP uses the Venue Service specified in the Cxpclient.exe.config configuration file. When that Venue Service is unavailable, or no Venue Service is specified in the configuration file, ConferenceXP uses the default Local Venue.
Tip You can use the abbreviated -vs instead of -venueserver.
Top 
Specify the video device
- At the command prompt, type cxpclient -videodevice x
where x is the number of the video device you want to use.
Top 
Join a custom venue
Do one of the following:
- To join a venue over multicast, at the command prompt, type cxpclient -ip
x.x.x.x -port xxxx
where x.x.x.x is the IP address of and
xxxx is the port for the venue you want to use.
- To join a venue over unicast, do both of the following:
- On the first computer, at the command prompt, type cxpclient -ip x.x.x.x
-port
xxxx
where x.x.x.x is the IP address of the second computer, and
xxxx is the port for the venue you want to use.
- On the second computer, at the command prompt, type cxpclient -ip y.y.y.y
-port
xxxx
where y.y.y.y is the IP address of the first computer, and
xxxx is the port for the venue you want to use.
Note To join a custom venue, you must specify both the IP address and the port. For example, to
join a venue at IP
address 10.0.0.59 using port 5004, at the command prompt type cxpclient -ip 10.0.0.59
-port 5004.
Top 
Specify a different identifier
- At the command prompt, type cxpclient -email
name@domain.org
where name@domain.org is the e-mail address you want to use for your identifier.
Note The e-mail address you specify must be a valid address.
Tip You can use the abbreviated -e instead of -email.
Top 
|
|