python - Silent printing and scanning windows 7 -


hi there way implement script do silent scan , silent print epson 'mfc-l2700dw'... software used 'cc4', on windows 7 machine tried wiaacmgr , cc4 give me gui...

wiaacmgr /?  

what options available if ? or there python module that? or batch file make ???

else ....i try on gsscript no success...

p = subprocess.popen([r"p:\ath\to\gsprint.exe", "test.pdf"],                       stdout=subprocess.pipe, stderr=subprocess.pipe) stdout, stderr = p.communicate() print stdout print stderr 

any welcome


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -