I am trying to print photos from my application (Unity3D's game & script language is C# ) and I think using .bat is the simplest way to do that.
Batch file content :
"C:\windows\system32\mspaint.exe" /p "C:\Users\Jason\Documents\UnityProjects\Test-Printing\Assets\test.png"
This allow the application printing photo(screenshot from Unity3D) with mspaint(Microsoft Paint)'s "default print setting".
Is there any way to set print setting through Command Line in order to print photo without "default print setting".