Thanks to all of you, it was a very helpful tip.

Robert


On Wed, 28 Aug 2013 14:10:08 -0400, Dan Goldberg <[email protected]> wrote:

: -- Define variables
: SET VAR vLaunchProg TEXT = 'C:\Program Files (x86)\Adobe\Reader
: 10.0\Reader\AcroRd32.exe'
: SET VAR vFileName TEXT = 'features.pdf'
: SET VAR vStartPage INT = 5
: SET VAR vLaunchParams = ('/A' & CHAR(34) + 'PAGE=' +
: + CTXT(.vStartPage) + CHAR(34) &  CHAR(34) +.vFileName + CHAR(34))
:
: -- Create LAUNCH command
: SET VAR vLaunch = (.vLaunchProg & '|' & .vLaunchParams & '|W')
:
: -- Launch the command file
: LAUNCH .vLaunch
:
: RETURN


--
Using Opera's mail client: http://www.opera.com/mail/

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to