To enable multiple kiosks to print 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 Unlimited 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}]