I am trying to run the syscom command without success
As an example below I try to open adobe reader. Do you have to put the full path in for it's location ? Also do you have to put the .exe in ?
syscom 'AcroRd32'
To open a file I presume it would be an extension of this
syscom 'AcroRd32 c:\temp\abc.pdf'
Thanks