Troy and Karen, I recall that the Launch version with 6.5 had problems with spaces in the command line. After a bit of playing with it, here is what worked for me...
LAUNCH '"C:\Program Files\Adobe\Acrobat4\Acrobat\Acrobat.exe"|"/p /h C:\Temp\IllJoe.Pdf"' All the Quotes EXCEPT for the beginning and closing quote are Double. You're Welcome!! ;-) ----- Original Message ----- From: "Troy Sosamon" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 15, 2004 8:11 PM Subject: [RBASE-L] - RE: LAUNCH command > Use this in all old versions of R:base > > > > Zip command /c 'C:\ProgramFiles\Adobe\Acrobat 5.0\Reader\AcroRd32.exe|/p /h > C:\Cust.pdf' > > > > Some machines you might need to replace command with cmd. > > > > Troy > > > > > > _____ > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, November 15, 2004 9:27 AM > To: RBASE-L Mailing List > Subject: [RBASE-L] - LAUNCH command > > > > > I have this in my notes that you can print a pdf file by: > > LAUNCH 'C:\ProgramFiles\Adobe\Acrobat 5.0\Reader\AcroRd32.exe|/p /h > C:\Cust.pdf' > > It works in 7.1, does it work in any 6.5++ versions (it doesn't seem to). > > Karen > >

