SlideShow User's Guide

mode the browser fills the entire screen and the main SlideShow screen is hidden behind the browser

Instruction file Reference
SlideShow can be started from the command line with an options file specified. This options file overrides the current saved settings to run SlideShow with the options included in the options file. The options file consists of a list of label/value pairs for specifying the values of the options to be set. Any options not explicitly set in the file will use the previously saved values for the options.
An options file of the current options settings is created from the
Save to file… selection under the Options menu.
Generic format:
"Option", value
Where option is a predefined system option name and value is the actual value for the option.
Formatting Requirements:
Each
Option,Value pair must be on a separate line.
Options must have quotes surrounding the name (i.e. "ToolTips"); option names are case sensitive. A comma must separate options and values -- do not use spaces or tabs.
Values: string values must also be quoted (i.e. "IEXPLORE"), Boolean values (true or false) must be either #TRUE# or #FALSE#; numeric values  (i.e. 4) need no formatting. Note: Using a value out of range can have unpredictable results.
Sample format:
"ReloadInterval",10
"ReloadMode",1
"CarouselMode",2
"CarouselOperation",1
"CarouselFileName","C:\temp\Show08-11-99.txt"
"StartingAddress","http://www.beaglesoft.com"
"StartingSlide",3
"DisplayTips",#FALSE#
"DisplayWizard",#TRUE#
"BusyWait",#FALSE#
"AutoStart",#TRUE#
"UseDefault",#TRUE#
"ToolTips",#TRUE#
"AutoMode",2
"AutoDDEexe","IExplore.exe"
"AutoDDEapp","IEXPLORE"

35