Karen,
  I created a small script that will get rid of the quote issues in the launch
command and put them in the script.  save the script code below as StartPdf.vbs
or PrintPdf.vbs or whatever.vbs:


Set WshShell = WScript.CreateObject("WScript.Shell")
dim s
'--Change the value of s to match your EXE
'-- DO NOT Change the number or location of the Qutoes
s = """C:\Program Files\Adobe\Acrobat4\Acrobat\Acrobat.exe""" & " /p /h "
WshShell.Run s & WScript.Arguments(0)
Wscript.Quit

Then put it in the directory with RBase and then constuct your launch command
to look like:

launch 'startPdf.vbs|c:\temp\illjoe.pdf'

using your normal quotation setup and it will print correctly.



----- Original Message ----- 
From: "parts" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, November 18, 2004 10:08 AM
Subject: [RBASE-L] - launch command


If adobe is in the path (which it should be) and the pdf is in the current
directory it should be just a launch command
ie launch 00ab.pdf


Ted

Reply via email to