![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to enable my uers to view the pdf manual from within a fpw2.6 application. I have experiemented with RUN /N and provided I know where the acrobat reader exe is stored everything works fine with RUN /N <path> exe filename However I know it will be a nightmare to try get them to navigate using e.g. GETFILE() to find the acrobat reader - particularly as e.g. Program files will show as PROGRA~1 etc. Is there a way of either getting the acrobat reader to run automatically by simply specifying 'MANUAL.PDF' from within fpw2.6 or is there a way of interrogating Windows to discover if acrobat reader is installed, and if so where? Many thanks Stephen Ibbs |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I want to enable my uers to view the pdf manual from within a fpw2.6 application. I have experiemented with RUN /N and provided I know where the acrobat reader exe is stored everything works fine with RUN /N <path> exe filename However I know it will be a nightmare to try get them to navigate using e.g. GETFILE() to find the acrobat reader - particularly as e.g. Program files will show as PROGRA~1 etc. Is there a way of either getting the acrobat reader to run automatically by simply specifying 'MANUAL.PDF' from within fpw2.6 or is there a way of interrogating Windows to discover if acrobat reader is installed, and if so where? Many thanks Stephen Ibbs |
#5
| |||
| |||
|
|
run start drive:\fullpath\filename.PDF should do you, but you will have to use the 8.3 format for the drive:\fullpath\filename.PDF |
![]() |
| Thread Tools | |
| Display Modes | |
| |