Hello, How do I find out , using Visual Lisp, if Adobe Reader is installed on a computer and then start the application and open a help PDF file. Any pointers are appreciated. Regards Rakesh -- AutoCAD customization for Engineering/Mapping/GIS Get GeoTools @ http://www.4d-technologies.com/geotools Build MyGeoTools @ http://www.4d-technologies.com/geotools/my_geotools.htm FREE downloads : http://www.4d-technologies.com/techcenter </PRE>
(startapp "C:\\Program Files\\Adobe\\Acrobat 5.0\\Reader\\AcroRd32.exe" "C:\\PATH\\doslib4.pdf") Your path may vary. Bill