![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| S-180: Adobe Reader and Acrobat Vulnerabilities | iBot | Security Advisories (RSS) | 0 | 02-13-2008 11:00 AM |
| TA08-043A: Adobe Reader and Acrobat Vulnerabilities | iBot | Security Advisories (RSS) | 0 | 02-12-2008 10:30 AM |
| absolute path | Kirichiko | UNIX for Dummies Questions & Answers | 2 | 10-03-2007 07:30 AM |
| $PWD shows absolute path vs path w/symbolic links | kornshellmaven | Shell Programming and Scripting | 3 | 06-13-2007 01:15 PM |
| vi - replacing a relative path with absolute path in a file | Yinzer955i | UNIX for Dummies Questions & Answers | 2 | 09-07-2006 12:47 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
absolute path for Acrobat reader
I would like to get the path of acrobat reader for any unix pc.
right now the path of acrobat reader is hardcoded BEGIN if :global.system = 'HP-UX' then HOST('/opt/Acrobat4/bin/acroread /export/USERGUIDE.pdf'); else v_path := 'HKEY_CLASSES_ROOT\acrobat\shell\open\command'; v_msg := Win_Api_Environment.Read_Registry(v_path,'',true); APPID := DDE.APP_BEGIN(v_msg,DDE.App_Mode_NORMAl); end if; END; Like in windows i can code to open acrobat reader whatever the windows with registry " v_path := 'HKEY_CLASSES_ROOT\acrobat\shell\open\command'; " is there a way to indicate the same thing for acrobat in unix? thanks you! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|