PCbanter

PCbanter (http://www.pcbanter.net/index.php)
-   General XP issues or comments (http://www.pcbanter.net/forumdisplay.php?f=18)
-   -   MS Paint - any way to open multiple images at once? (http://www.pcbanter.net/showthread.php?t=1087613)

[email protected] April 29th 13 12:08 PM

MS Paint - any way to open multiple images at once?
 
Is there any workaround that anyone knows of to highlight a group of images and have MS Paint open them? MS Paint natively only handles opening files one by one even if many are highlighted and the "open" option selected in the context menu.

Thx.

David H. Lipman April 29th 13 02:04 PM

MS Paint - any way to open multiple images at once?
 
From:

Is there any workaround that anyone knows of to highlight a group of
images and have MS
Paint open them? MS Paint natively only handles opening files one by one
even if many are
highlighted and the "open" option selected in the context menu.

Thx.


Why even use MS Paint ?
What are you doing with the images once opened ?

--
Dave
Multi-AV Scanning Tool - http://multi-av.thespykiller.co.uk
http://www.pctipp.ch/downloads/dl/35905.asp


Paul April 29th 13 02:22 PM

MS Paint - any way to open multiple images at once?
 
wrote:

Is there any workaround that anyone knows of to highlight
a group of images and have MS Paint open them? MS Paint
natively only handles opening files one by one even if many
are highlighted and the "open" option selected in the context menu.

Thx.


If I go to a Command Prompt window and type

mspaint

I can start another instance of the program. That
to me is an encouraging sign.

I can also go to Start : Run and type mspaint
in there as well.

That implies, you could make a .bat file, and
put something like this in it...

mspaint C:\Downloads\sample1.bmp
mspaint C:\Downloads\sample2.bmp
mspaint C:\Downloads\sample3.bmp

then three windows would open.

What I cannot figure out for you, is how
you'd integrate this knowledge, into a
multi-selection. Maybe it would take scripting
or something (to convert multiple arguments,
into individual program invocations).

Do you actually want to use mspaint ? Maybe
there is a third-party program that has a more
complete feature set, and can actually keep
multiple windows open on its own.

Paul

Bob Willard April 29th 13 03:43 PM

MS Paint - any way to open multiple images at once?
 
On 4/29/2013 7:08 AM, wrote:
Is there any workaround that anyone knows of to highlight a group of images and have MS Paint open them? MS Paint natively only handles opening files one by one even if many are highlighted and the "open" option selected in the context menu.

Thx.


Hey, what do you expect? M$Paint was included with Win1.0; by Win3.1 it
even supported *color* 8-)

There are much better apps for painting and for editing pictures.
I mostly use PaintShopPro, although not the current version, and I use
PhotoShop. For drawing simple pictures (like block diagrams), I use
Visio, Word, and Excel. M$Paint is pretty quaint.
--
Cheers, Bob

JJ[_10_] April 30th 13 06:12 AM

MS Paint - any way to open multiple images at once?
 
On Mon, 29 Apr 2013 04:08:43 -0700 (PDT), wrote:
Is there any workaround that anyone knows of to highlight a group of
images and have MS Paint open them? MS Paint natively only handles
opening files one by one even if many are highlighted and the "open"
option selected in the context menu.


I have to agree with everyone here, MS Paint is a very basic image editor
that most experienced users find it very lacking. But some might find it
useful enough.

Paul there, already gave you a simple solution. To make it work, a simple
batch file below can be used with either ".BAT" or ".CMD" extension. Just
save it as "paint.cmd", put it somewhere, then create a shortcut for it in
the "SendTo" folder. Change the shortcut property to run minimized so that
the command prompt window won't be distracting. To use it, select the
images, right-click the selection, choose "Send To", then choose the Paint
shortcut. Be careful not to open too many images, though.

---start of "paint.cmd". don't include this line---
@echo off
:chk
if "%~1" == "" goto :eof
start /b mspaint %1
shift
goto chk

[email protected] April 30th 13 10:27 AM

MS Paint - any way to open multiple images at once?
 
Thanks for the replies, everyone. First off, boy, do I ever know that there are better apps out there than MS Paint. I have several, indeed, at home.. However, at work there are 2 issues: 1. We're not allowed to bring in 3rd party apps. 2. Even if we could, the registry is locked down so we couldn't install it either. (and 3. Even if I snuck in a 3rd party portable application to get around 1. and 2. above, if I got caught ... nah, not worth it).

MS Paint does very well for the work screenshot tutorials I seem to write quite frequently at work. However, the opening of multiple files at once to do that work is TEDIOUS! Ugh. Anyway, the last bat file sounds like a great solution if it works. I put a shortcut in SendTo as one of the workarounds I tried to do but MS Paint just won't open more than 1 file at once. So having something to intercept 15-20 images at once and then get Paint to open them would be grand. I'll give it a try.

Thx!

[email protected] April 30th 13 10:35 AM

MS Paint - any way to open multiple images at once?
 
JJ, that's BRILLIANT!!!

It worked! Wow.

I modified things a little bit, not much, but here's what I did. I actually put the BAT right into the SendTo folder, then I hid it. I made a shortcut to it and called it "MS Paint ..." and then pointed the icon path to MS Paint's executable and then selected the regular MS Paint icon from the various icons available in the exec. I searched for a few JPGs and dumped them into the "MS Paint ..." shortcut in SendTo and in milliseconds had them all opened.

One question, though, to fine-tune ... can the BAT tell Paint to open the windows MAXIMIZED, though? That would be the ultimate although this is great just the way it is.

Thank you, thank you!!! :oD

dadiOH[_2_] April 30th 13 01:27 PM

MS Paint - any way to open multiple images at once?
 
wrote:

One question, though, to fine-tune ... can the BAT tell Paint to open
the windows MAXIMIZED, though?


It should open the same size it was when you last closed it.

--

dadiOH
____________________________

Winters getting colder? Tired of the rat race?
Taxes out of hand? Maybe just ready for a change?
Check it out...
http://www.floridaloghouse.net



Robert Macy[_2_] April 30th 13 03:32 PM

MS Paint - any way to open multiple images at once?
 
On Apr 30, 2:27*am, wrote:
Thanks for the replies, everyone. *First off, boy, do I ever know that there are better apps out there than MS Paint. *I have several, indeed, at home. *However, at work there are 2 issues: *1. We're not allowed to bring in 3rd party apps. *2. Even if we could, the registry is locked down so we couldn't install it either. (and 3. Even if I snuck in a 3rd party portable application to get around 1. and 2. above, if I got caught ... nah, not worth it).

MS Paint does very well for the work screenshot tutorials I seem to write quite frequently at work. *However, the opening of multiple files at once to do that work is TEDIOUS! *Ugh. *Anyway, the last bat file sounds like a great solution if it works. *I put a shortcut in SendTo as one of the workarounds I tried to do but MS Paint just won't open more than 1 file at once. *So having something to intercept 15-20 images at once and then get Paint to open them would be grand. *I'll give it a try.

Thx!


Just as a test, on this Win98 PC I highlighted a series of .bmp
images, hit enter, and they all opened in individual MSpaint windows.
Doing EXACTLY what it sounded like you wanted. Didn't try on the
WinXP, hate to use it. For me, when MS moved to the 'new and improved'
MSPaint in WinXP; again, and as usual, they screwed it up. So, I had
to go back and pull the mspaint.exe from the Win98 installation and
put it in somewhere on my WinXP PC, then add the appropriate
shortcuts, like desktop. Same with Notepad, had to install Win98
version on the WinXP.

Perhaps the multiple opening is a function of MSpaint version and NOT
WinXP OS; so put a copy of your MSpaint Win98 version on your work PC
and give it a try.

Anyway, I didn't have to 'install' mspaint onto the WinXP just put it
somewhere, so you can take it to work and put it in your storage
files. Not third party and is MS so everyone should be happy.


JJ[_10_] May 1st 13 10:15 AM

MS Paint - any way to open multiple images at once?
 
On Tue, 30 Apr 2013 02:35:27 -0700 (PDT), wrote:
One question, though, to fine-tune ... can the BAT tell Paint to open the
windows MAXIMIZED, though? That would be the ultimate although this is
great just the way it is.


Just insert the "/max" option for the "START" command. i.e.:

start /b /max mspaint %1

[email protected] November 1st 16 09:28 PM

MS Paint - any way to open multiple images at once?
 
https://www.youtube.com/watch?v=AvQ1MN2m0UQ

[email protected] December 21st 17 06:42 PM

MS Paint - any way to open multiple images at once?
 
This is a very old post but I was curious if this was possible. Instead of lashing out saying "download this instead" maybe explain the solution to this. Anyone can google search for the best photo editor. Maybe actually consider being helpful for a change.

Paul[_32_] December 21st 17 07:40 PM

MS Paint - any way to open multiple images at once?
 
wrote:
This is a very old post but I was curious if this was possible. Instead of lashing out saying "download this instead" maybe explain the solution to this. Anyone can google search for the best photo editor. Maybe actually consider being helpful for a change.


In the time it took you to write your post,
you could have figured this out for yourself.

30 seconds, tops.

https://s14.postimg.org/vcbfp98nl/tw...of_mspaint.jpg

mspaint1.exe
mspaint2.exe

Paul

J. P. Gilliver (John)[_4_] December 22nd 17 07:45 AM

MS Paint - any way to open multiple images at once?
 
In message ,
writes:
This is a very old post but I was curious if this was possible. Instead
of lashing out saying "download this instead" maybe explain the
solution to this. Anyone can google search for the best photo editor.
Maybe actually consider being helpful for a change.


When posting a followup, it is normal to quite at least enough of the
post which you are following up, such that anyone who might see your
post knows what you are on about - especially if it's a "very old post".
A lot of us do _not_ read posts in the same way you are doing, where we
see the previous post just above it (or, I'm guessing, perhaps below
it).

[A lot of people go to the other extreme of quoting _all_ of the
previous post.]
--
J. P. Gilliver. UMRA: 1960/1985 MB++G()AL-IS-Ch++(p)Ar@T+H+Sh0!:`)DNAf

Every kid starts out as a natural-born scientist, and then we beat it out of
them. A few trickle through the system with their wonder and enthusiasm for
science intact. - Carl Sagan (interview w. Psychology Today published '96-1-1)

[email protected] December 22nd 17 10:45 AM

MS Paint - any way to open multiple images at once?
 
On Thu, 21 Dec 2017 14:40:08 -0500, Paul wrote:

wrote:
This is a very old post but I was curious if this was possible. Instead of lashing out saying "download this instead" maybe explain the solution to this. Anyone can google search for the best photo editor. Maybe actually consider being helpful for a change.


In the time it took you to write your post,
you could have figured this out for yourself.

30 seconds, tops.

https://s14.postimg.org/vcbfp98nl/tw...of_mspaint.jpg

mspaint1.exe
mspaint2.exe

Paul


Paint Shop Pro is a much better program. Even the early versions of it.
Those early versions 3.x and 4.x were free. It should be easy to find a
download for it on one of the archive sites for software like
"oldapps.com". PSP can open many images at once. Your only limit is the
amount of RAM you have. (I have opened too many large pictures on older
computers, at the same time and caused the computer to lock up).




All times are GMT +1. The time now is 11:15 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2004 - 2006 PCbanter
Comments are property of their posters