Hi all.
I'm trying to open Adobe Acrobat on Windows from Perl.
I can get to the 'Adobe' folder with the commands ( from the command prompt ):
c: cd c:\Progra~1\Adobe
However I can't get into the 'Acrobat 7.0' folder in the same way, ie:
c: cd c:\Progra~1\Adobe\Acroba~1
I've had 2 version of Acrobat ( 6.0 and 7.0 ) installed on this system. Perhaps that has something to do with it. I deleted the 6.0 folder, but still can't use the above syntax to get into the 7.0 folder. Why? Workarounds?
My code was going to be:
system("C:\\Progra~1\\Adobe\\Acroba~1\\Reader\\AcroRd32 C:\\PDFs\\test.pdf");
-- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>