Hi everyone
It's my first post and i trying after reading here to create a batch print
But it doesn't work
Here is my command line and i don't see what is wrong
I tried also
but those two examples doesn't work
When i don't give a printer name it's work but doesn't take the good printer
Is there a way to make it work in a local environnement or in a lan?
Is there a place where a ican find examples?
Last question it's also possible to choice other paramaters as scaling, auto center,...?
Thanks for your precious help and sorry for my bad english
It's my first post and i trying after reading here to create a batch print
But it doesn't work
Here is my command line and i don't see what is wrong
@ECHO OFF
"C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe" /t "c:\test.pdf" \\192.168.0.199\Oki ML3390
"C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe" /t "c:\test.pdf" \\192.168.0.199\Oki ML3390
@ECHO OFF
"C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe" /t "c:\test.pdf" Oki ML3390
"C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe" /t "c:\test.pdf" Oki ML3390
When i don't give a printer name it's work but doesn't take the good printer
@ECHO OFF
"C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe" /t "c:\test.pdf"
"C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe" /t "c:\test.pdf"
Is there a place where a ican find examples?
Last question it's also possible to choice other paramaters as scaling, auto center,...?
Thanks for your precious help and sorry for my bad english
Comment