I'm using windows 10, Xampp 5.6, php 5.6 and trying to print from php using exec function to print directly with FoxItReader.
this command works well in command line:
foxitreader /p ticket.pdf \\DESKTOP-M1EMKH4\EPSONTMT20II
but when i try to execute it from php it does not work, i think that issue is related to escaping my command. Would you help me with that ?