Overview
Information
Download
Install
Purchase
Commandline Options
Tutorial
Tips
FAQ
Utilities
Upgrade
System Requirements
|
Command-line Options
OfficeOne PowerViewer enables you to launch single slide shows directly on command-line
and through Windows batch files. PowerViewer is usually installed in C:\Program Files\OfficeOne\PowerViewer\.
Usage
OfficeOne PowerViewer accepts the
following syntax:
PowerViewer [/n number] "filename.ppt" [N]
PowerViewer [/l] "filename.pssv"
where,
| /n |
Provide an ID for this PowerViewer session. Sessions
with same ID can be closed together using
ClosePowerViewerSessions.exe |
| N |
Start the show on this monitor |
| /l |
Load PowerViewer Session settings from filename.pssv.
Do not start the slide show. |
By default, PowerViewer assumes the primary monitor for running the
slide show. Also, by default, it launches the PowerViewer session directly
without any further dialog boxes.
In the second syntax, PowerViewer loads the saved PowerViewer Session Settings from the specified
filename.
Examples
Launches SevenWonders.ppt slide show
on the primary monitor.
- PowerViewer
"C:\Presentations\SevenWonders.ppt" 2
Launches SevenWonders.ppt slide show on the second monitor.
- PowerViewer /n 1
"C:\Presentations\SevenWonders.ppt" 2
Launches SevenWonders.ppt slide show on the second monitor. Sets
the ID of the PowerViewer session to 1. You can use
ClosePowerViewerSessions.exe
to close this PowerViewer session as follows:
ClosePowerViewerSessions 1
- Start PowerViewer
"C:\Presentations\SevenWonders.ppt" 2
When executed from Windows batch (.bat) files, this command
launches SevenWonders.ppt slide show on the second monitor and continues
executing further commands. This is useful when you want to run
different slide shows on
different monitors.
- PowerViewer "C:\Presentations\VegasConference.pssv"
Loads and launches the PowerViewer Session
settings stored in VegasConference.pssv.
Loads PowerViewer Session settings stored in VegasConference.pssv. Shows the PowerViewer dialog box
with the loaded session settings.
|