User Guide

Table Of Contents
Running i!-PCLink/PowerPoint
13
i
!-PCLinkPowerPoint
Send_Commands
i!-PCLink/PowerPoint supports the following Send_Commands (master to device).
i!-PCLink/PowerPoint Send_Commands
BROWSE
Browses the slide list.
Syntax:
’BROWSE[-x,y]’
Variables:
x = The starting position.
y = The number of slides to return.
x and y are optional.
Example:
SEND_COMMAND <DEV>,"’BROWSE-3,22’"
Browses the slides slides 3 through 25.
CD-
Changes directory.
Syntax:
’CD-<directory>’
Variable:
directory = The directory the file resides in.
Example:
SEND_COMMAND <DEV>,"’CD-C:\PowerPoint\Project.ppt’"
Changes the directory the file is retrieved from.
DIR
Browses the file list.
Syntax:
’DIR[-x,y]’
Variables:
x = The starting position.
y = The number of files to return.
x and y are optional.
Example:
SEND_COMMAND <DEV>,"’DIR-6,10’"
Browses files 6 through 15.
NOTES
Browses the notes list.
Syntax:
’NOTES[-x,y]’
Variables:
x = The starting position.
y = The number of notes to return.
x and y are optional.
Example:
SEND_COMMAND <DEV>,"’NOTES-1,6’"
Browses notes 1 through 6.
NOTESLEN
Sets the length of notes
to be displayed.
Syntax:
’NOTESLEN-x’
Variable:
x = The length of notes.
Example:
SEND_COMMAND <DEV>,"’NOTESLEN-30’"
Sets the length of notes to be displayed at 30. The minimum length is 25.