Re: Launch Help
- Posted by DerekParnell (admin) Mar 24, 2014
- 1446 views
gwalters said...
I am trying to launch AcroRd32 from EU to print a document and am having trouble. Sugguestions appreciated. Here is the code I am trying.
temp = shellExecuteEx("open", "C:/Program Files (x86)/Adobe/Reader 10.0/Reader/AcroRd32.exe " , "c:/AcuStaff/AcuData/ACEmanual.pdf", "", SW_SHOWNORMAL,0)
Which does not work.
Could it be the SPACE character in between AcroRd32.exe and the DOUBLE-QUOTE character?