AudienceView Connect

Configuring Multiple Kiosks for Printing

To enable multiple Kiosks to print AudienceView admissions, you need to specify the printer names corresponding with every Kiosk. You can do this within the Kiosk startup script. This script is called kiosk.bat and is located within the %AudienceView%\Setup directory.

The defaults are as follows:

Parameters Default
Location blank
Printer Kiosk
Stock Ticket Stock

To specify the printer names within the kiosk.bat file, use the following format:

printer=ABC
location=XYZ (optional)
stock=123

For example:

 @echo off
cls
echo Starting AudienceView Kiosk...
"C:\Program Files\Internet Explorer\iexplore.exe" -k [http://localhost/tix/Kiosk/default.asp?location={LOCATION}
&printer={PRINTER NAME} http://localhost/tix/Kiosk/default.asp?location={LOCATION}&printer={PRINTER NAME}&stock={TICKET STOCK}]