I am currently trying to make a command line batch file using MiniCap.
What i intend to do is simply capture the active window, and invoke the printing dialog.
Automatically print does of course work using "-print", but only invokes the default printer.
Is it possible to somehow invoke the Windows PrintingDialog, and select the desired printer?
-- either using MiniCap or using win batch code
If yes, how would i use it in the batch file?
My code so far in "mcprint.bat" (as mentioned, nothing special):
Quote
@echo off
"\MiniCap.exe" -captureactivewin -print -exit
"\MiniCap.exe" -captureactivewin -print -exit
Thank you for your time!
-towser






Logged










