Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Paint Brush Parameters

0 views
Skip to first unread message

Gidi Gal

unread,
Sep 19, 1999, 3:00:00 AM9/19/99
to
I'm looking for an information about the parameters which can be sent to
PaintBrush program
(the utility which Microsoft supplies inside Windows). If anyone knowns,
please reply.
Thanks, Gidi.


eds

unread,
Sep 23, 1999, 3:00:00 AM9/23/99
to

The recognizable name of such utility is mspaint.exe.
In most Windows programs you can use the command line to
pass a file as argument:
"C:\WINNT\system32\mspaint.exe" "%1"
send a file to print:
"C:\WINNT\system32\mspaint.exe" /p "%1"
or printto a printfile:
"C:\WINNT\system32\mspaint.exe" /pt "%1" "%2" "%3" "%4"

0 new messages