Windows XP Forums


Reply
Thread Tools Display Modes

How to close multiple notepads without answering yes/no/cancel multiple times?

 
 
dstdst123@excite.com
Guest
Posts: n/a
 
      2nd March 2007
Hi there

Quick question regarding notepad. I am using Windows XP.

I often need to open a lot of notepad (e.g. 25 notepads) for temporary
keeping text, but I do not need to save all these.

Everytime I want to close the whole group (e.g. whole 25 notepads),
this message keep coming up (for 25 times !!!)

"The text in the Untitled file has changed. Do you want to save
changes?
Yes/No/Cancel"


Question:
1) How can I close the whole group (e.g. whole 25 notepads) without
answering 25 times "No" ??

2) Any quicker way to close whole group without saving?

Thanks a lot.

 
Reply With Quote
 
 
 
 
BruceM
Guest
Posts: n/a
 
      2nd March 2007
eerm.......... boot the comp again?



<(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ps.com...
> Hi there
>
> Quick question regarding notepad. I am using Windows XP.
>
> I often need to open a lot of notepad (e.g. 25 notepads) for temporary
> keeping text, but I do not need to save all these.
>
> Everytime I want to close the whole group (e.g. whole 25 notepads),
> this message keep coming up (for 25 times !!!)
>
> "The text in the Untitled file has changed. Do you want to save
> changes?
> Yes/No/Cancel"
>
>
> Question:
> 1) How can I close the whole group (e.g. whole 25 notepads) without
> answering 25 times "No" ??
>
> 2) Any quicker way to close whole group without saving?
>
> Thanks a lot.
>



 
Reply With Quote
 
RajKohli
Guest
Posts: n/a
 
      2nd March 2007
Unfortunatelly, there is no "No To All" button in Windows XP.

You are talking about closing the Whole Group that means you are using the
"Group Similar Taskbar Button" function of Taskbar Properties. Which means
that Windows XP shows you only one taskbar button for all of your 25 Notepad
items and you are closing them through "Close Group" by right-clicking the
Taskbar button and choosing Close Group.

If that is the case then the quickest way could be holding down the N key to
say "No To All" instead of clicking No for each dialog box.

This is the basic and is for our safety that Windows will always prompt us
for Save or No before closing the document.

But I think there is a good news. I was going to close this post right here
but suddenly I decide to make a Google search on "script for closing an
application" and I found a command that will kill a running process and it
works! The command is:

1. Open some Notepad windows with unsaved files.
2. Click Start - Run - copy and paste the follwing command and press Ok.

taskkill.exe /f /im notepad.exe

This command will close Notepad.exe [or you can specify any application]
without asking you for Save.

But the problem is: you have to copy and paste this each time, which will
take a longer time. So you can create a shortcut of this command on your
desktop.

1. Right-click on your Desktop, point to New - Shortcut
2. type the command: taskkill.exe /f /im notepad.exe
3. Click Next and Give a name like "Kill Notepad".

Now, whenever you have unsaved 25 Notepad files open, just press Winkey+D to
minimize all of them and then double-click on the Kill Notepad shortcut.

Hope this help, let us know!

"(E-Mail Removed)" wrote:

> Hi there
>
> Quick question regarding notepad. I am using Windows XP.
>
> I often need to open a lot of notepad (e.g. 25 notepads) for temporary
> keeping text, but I do not need to save all these.
>
> Everytime I want to close the whole group (e.g. whole 25 notepads),
> this message keep coming up (for 25 times !!!)
>
> "The text in the Untitled file has changed. Do you want to save
> changes?
> Yes/No/Cancel"
>
>
> Question:
> 1) How can I close the whole group (e.g. whole 25 notepads) without
> answering 25 times "No" ??
>
> 2) Any quicker way to close whole group without saving?
>
> Thanks a lot.
>
>

 
Reply With Quote
 
lvee
Guest
Posts: n/a
 
      2nd March 2007

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ps.com...
> Hi there
>
> Quick question regarding notepad. I am using Windows XP.
>
> I often need to open a lot of notepad (e.g. 25 notepads) for temporary
> keeping text, but I do not need to save all these.
>
> Everytime I want to close the whole group (e.g. whole 25 notepads),
> this message keep coming up (for 25 times !!!)
>
> "The text in the Untitled file has changed. Do you want to save
> changes?
> Yes/No/Cancel"
>
>
> Question:
> 1) How can I close the whole group (e.g. whole 25 notepads) without
> answering 25 times "No" ??
>
> 2) Any quicker way to close whole group without saving?
>
> Thanks a lot.



You could open task manager hold the ctrl key while selecting all instances
of notepad and end notepad by selecting end task.


 
Reply With Quote
 
Poprivet
Guest
Posts: n/a
 
      2nd March 2007
(E-Mail Removed) wrote:
> Hi there
>
> Quick question regarding notepad. I am using Windows XP.
>
> I often need to open a lot of notepad (e.g. 25 notepads) for temporary
> keeping text, but I do not need to save all these.
>
> Everytime I want to close the whole group (e.g. whole 25 notepads),
> this message keep coming up (for 25 times !!!)
>
> "The text in the Untitled file has changed. Do you want to save
> changes?
> Yes/No/Cancel"
>
>
> Question:
> 1) How can I close the whole group (e.g. whole 25 notepads) without
> answering 25 times "No" ??
>
> 2) Any quicker way to close whole group without saving?
>
> Thanks a lot.


There is a program called notepad.exe which makes it easy to do that, plus
to reopen sets of files if you wish to. It's simple and easy to use. I use
it for making the same changes to multiple files all at once and similar
things. It has both a Close All and a Save All feature; no individual acks
needed to use it.

http://www.freedownloadscenter.com/B...tepad_exe.html

About half way down the page; it's free.

Pop`


 
Reply With Quote
 
Jared Sohn
Guest
Posts: n/a
 
      7th December 2010
I know this thread is old but am responding in case anyone discovers this page in a search because they have the same problem.

I would experience this problem a lot so I wrote a small program called Notepad Consolidator which will copy the contents of all untitled notepads and write the content to an automatically-named file.

Get it here:

https://github.com/jaredsohn/NotepadConsolidator


It is open source, too.


Jared

> On Friday, March 02, 2007 4:45 AM dstdst12 wrote:


> Hi there
>
> Quick question regarding notepad. I am using Windows XP.
>
> I often need to open a lot of notepad (e.g. 25 notepads) for temporary
> keeping text, but I do not need to save all these.
>
> Everytime I want to close the whole group (e.g. whole 25 notepads),
> this message keep coming up (for 25 times !!!)
>
> "The text in the Untitled file has changed. Do you want to save
> changes?
> Yes/No/Cancel"
>
>
> Question:
> 1) How can I close the whole group (e.g. whole 25 notepads) without
> answering 25 times "No" ??
>
> 2) Any quicker way to close whole group without saving?
>
> Thanks a lot.



>> On Friday, March 02, 2007 5:17 AM BruceM wrote:


>> eerm.......... boot the comp again?



>>> On Friday, March 02, 2007 5:25 AM RajKohl wrote:


>>> Unfortunatelly, there is no "No To All" button in Windows XP.
>>>
>>> You are talking about closing the Whole Group that means you are using the
>>> "Group Similar Taskbar Button" function of Taskbar Properties. Which means
>>> that Windows XP shows you only one taskbar button for all of your 25 Notepad
>>> items and you are closing them through "Close Group" by right-clicking the
>>> Taskbar button and choosing Close Group.
>>>
>>> If that is the case then the quickest way could be holding down the N key to
>>> say "No To All" instead of clicking No for each dialog box.
>>>
>>> This is the basic and is for our safety that Windows will always prompt us
>>> for Save or No before closing the document.
>>>
>>> But I think there is a good news. I was going to close this post right here
>>> but suddenly I decide to make a Google search on "script for closing an
>>> application" and I found a command that will kill a running process and it
>>> works! The command is:
>>>
>>> 1. Open some Notepad windows with unsaved files.
>>> 2. Click Start - Run - copy and paste the follwing command and press Ok.
>>>
>>> taskkill.exe /f /im notepad.exe
>>>
>>> This command will close Notepad.exe [or you can specify any application]
>>> without asking you for Save.
>>>
>>> But the problem is: you have to copy and paste this each time, which will
>>> take a longer time. So you can create a shortcut of this command on your
>>> desktop.
>>>
>>> 1. Right-click on your Desktop, point to New - Shortcut
>>> 2. type the command: taskkill.exe /f /im notepad.exe
>>> 3. Click Next and Give a name like "Kill Notepad".
>>>
>>> Now, whenever you have unsaved 25 Notepad files open, just press Winkey+D to
>>> minimize all of them and then double-click on the Kill Notepad shortcut.
>>>
>>> Hope this help, let us know!
>>>
>>> "(E-Mail Removed)" wrote:



>>>> On Friday, March 02, 2007 10:34 AM lvee wrote:


>>>> You could open task manager hold the ctrl key while selecting all instances
>>>> of notepad and end notepad by selecting end task.



>>>>> On Friday, March 02, 2007 1:20 PM Poprivet wrote:


>>>>> (E-Mail Removed) wrote:
>>>>>
>>>>> There is a program called notepad.exe which makes it easy to do that, plus
>>>>> to reopen sets of files if you wish to. It's simple and easy to use. I use
>>>>> it for making the same changes to multiple files all at once and similar
>>>>> things. It has both a Close All and a Save All feature; no individual acks
>>>>> needed to use it.
>>>>>
>>>>> http://www.freedownloadscenter.com/B...tepad_exe.html
>>>>>
>>>>> About half way down the page; it's free.
>>>>>
>>>>> Pop`



>>>>> Submitted via EggHeadCafe
>>>>> Microsoft LINQ Query Samples For Beginners
>>>>> http://www.eggheadcafe.com/training-...Operators.aspx

 
Reply With Quote
 
JD
Guest
Posts: n/a
 
      7th December 2010
Your solution doesn't solve the original posters problem. dstdst12
wanted to close multiple Notepads, not save their contents. Your
solution is exactly the opposite of what was requested?

Try replying to posts made in the last month or so and stop wasting our
time replying to posts from 2007.

Jared Sohn wrote:
> I know this thread is old but am responding in case anyone discovers
> this page in a search because they have the same problem.
>
> I would experience this problem a lot so I wrote a small program
> called Notepad Consolidator which will copy the contents of all
> untitled notepads and write the content to an automatically-named
> file.
>
> Get it here:
>
> https://github.com/jaredsohn/NotepadConsolidator
>
>
> It is open source, too.
>
>
> Jared
>
>> On Friday, March 02, 2007 4:45 AM dstdst12 wrote:

>
>> Hi there
>>
>> Quick question regarding notepad. I am using Windows XP.
>>
>> I often need to open a lot of notepad (e.g. 25 notepads) for
>> temporary keeping text, but I do not need to save all these.
>>
>> Everytime I want to close the whole group (e.g. whole 25
>> notepads), this message keep coming up (for 25 times !!!)
>>
>> "The text in the Untitled file has changed. Do you want to save
>> changes? Yes/No/Cancel"
>>
>>
>> Question: 1) How can I close the whole group (e.g. whole 25
>> notepads) without answering 25 times "No" ??
>>
>> 2) Any quicker way to close whole group without saving?
>>
>> Thanks a lot.

>
>
>>> On Friday, March 02, 2007 5:17 AM BruceM wrote:

>
>>> eerm.......... boot the comp again?

>
>
>>>> On Friday, March 02, 2007 5:25 AM RajKohl wrote:

>
>>>> Unfortunatelly, there is no "No To All" button in Windows XP.
>>>>
>>>> You are talking about closing the Whole Group that means you
>>>> are using the "Group Similar Taskbar Button" function of
>>>> Taskbar Properties. Which means that Windows XP shows you only
>>>> one taskbar button for all of your 25 Notepad items and you are
>>>> closing them through "Close Group" by right-clicking the
>>>> Taskbar button and choosing Close Group.
>>>>
>>>> If that is the case then the quickest way could be holding down
>>>> the N key to say "No To All" instead of clicking No for each
>>>> dialog box.
>>>>
>>>> This is the basic and is for our safety that Windows will
>>>> always prompt us for Save or No before closing the document.
>>>>
>>>> But I think there is a good news. I was going to close this
>>>> post right here but suddenly I decide to make a Google search
>>>> on "script for closing an application" and I found a command
>>>> that will kill a running process and it works! The command is:
>>>>
>>>> 1. Open some Notepad windows with unsaved files. 2. Click Start
>>>> - Run - copy and paste the follwing command and press Ok.
>>>>
>>>> taskkill.exe /f /im notepad.exe
>>>>
>>>> This command will close Notepad.exe [or you can specify any
>>>> application] without asking you for Save.
>>>>
>>>> But the problem is: you have to copy and paste this each time,
>>>> which will take a longer time. So you can create a shortcut of
>>>> this command on your desktop.
>>>>
>>>> 1. Right-click on your Desktop, point to New - Shortcut 2. type
>>>> the command: taskkill.exe /f /im notepad.exe 3. Click Next and
>>>> Give a name like "Kill Notepad".
>>>>
>>>> Now, whenever you have unsaved 25 Notepad files open, just
>>>> press Winkey+D to minimize all of them and then double-click on
>>>> the Kill Notepad shortcut.
>>>>
>>>> Hope this help, let us know!
>>>>
>>>> "(E-Mail Removed)" wrote:

>
>
>>>>> On Friday, March 02, 2007 10:34 AM lvee wrote:

>
>>>>> You could open task manager hold the ctrl key while
>>>>> selecting all instances of notepad and end notepad by
>>>>> selecting end task.

>
>
>>>>>> On Friday, March 02, 2007 1:20 PM Poprivet wrote:

>
>>>>>> (E-Mail Removed) wrote:
>>>>>>
>>>>>> There is a program called notepad.exe which makes it easy
>>>>>> to do that, plus to reopen sets of files if you wish to.
>>>>>> It's simple and easy to use. I use it for making the same
>>>>>> changes to multiple files all at once and similar things.
>>>>>> It has both a Close All and a Save All feature; no
>>>>>> individual acks needed to use it.
>>>>>>
>>>>>> http://www.freedownloadscenter.com/B...tepad_exe.html
>>>>>>
>>>>>> About half way down the page; it's free.
>>>>>>
>>>>>> Pop`

>
>
>>>>>> Submitted via EggHeadCafe Microsoft LINQ Query Samples For
>>>>>> Beginners
>>>>>> http://www.eggheadcafe.com/training-...Operators.aspx





--
>>>>>>

JD..
 
Reply With Quote
 
N. Miller
Guest
Posts: n/a
 
      7th December 2010
On Tue, 07 Dec 2010 01:26:16 -0600, Jared Sohn wrote:

> I know this thread is old ...


But you responded anyway. Typical Egghead.

--
Norman
~Oh Lord, why have you come
~To Konnyu, with the Lion and the Drum
 
Reply With Quote
 
Tim Meddick
Guest
Posts: n/a
 
      7th December 2010
The *real* answer is to simply use XP's built-in function of grouping alike
taskbar items together. You need to set it to group any alike taskbar
items above "2".

Then, no matter how many instances of Notepad are open, you can just
dismiss the lot by going to the single taskbar item with a right-click >
"Close Group"

I know you can employ "taskbar grouping" in the "Taskbar Appearance"
section of the "Taskbar" tab of that "Control Panel".

But you need also to set the number to any greater than "2" setting the
reg-value :

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"TaskbarGroupSize"=dword:00000002

But this can be done with the TweakUI.exe utility for WinXP
http://download.microsoft.com/downlo...ertoySetup.exe

==

Cheers, Tim Meddick, Peckham, London. :-)




"JD" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ecom...
> Your solution doesn't solve the original posters problem. dstdst12 wanted
> to close multiple Notepads, not save their contents. Your solution is
> exactly the opposite of what was requested?
>
> Try replying to posts made in the last month or so and stop wasting our
> time replying to posts from 2007.
>
> Jared Sohn wrote:
>> I know this thread is old but am responding in case anyone discovers
>> this page in a search because they have the same problem.
>>
>> I would experience this problem a lot so I wrote a small program
>> called Notepad Consolidator which will copy the contents of all
>> untitled notepads and write the content to an automatically-named
>> file.
>>
>> Get it here:
>>
>> https://github.com/jaredsohn/NotepadConsolidator
>>
>>
>> It is open source, too.
>>
>>
>> Jared
>>
>>> On Friday, March 02, 2007 4:45 AM dstdst12 wrote:

>>
>>> Hi there
>>>
>>> Quick question regarding notepad. I am using Windows XP.
>>>
>>> I often need to open a lot of notepad (e.g. 25 notepads) for
>>> temporary keeping text, but I do not need to save all these.
>>>
>>> Everytime I want to close the whole group (e.g. whole 25
>>> notepads), this message keep coming up (for 25 times !!!)
>>>
>>> "The text in the Untitled file has changed. Do you want to save
>>> changes? Yes/No/Cancel"
>>>
>>>
>>> Question: 1) How can I close the whole group (e.g. whole 25
>>> notepads) without answering 25 times "No" ??
>>>
>>> 2) Any quicker way to close whole group without saving?
>>>
>>> Thanks a lot.

>>
>>
>>>> On Friday, March 02, 2007 5:17 AM BruceM wrote:

>>
>>>> eerm.......... boot the comp again?

>>
>>
>>>>> On Friday, March 02, 2007 5:25 AM RajKohl wrote:

>>
>>>>> Unfortunatelly, there is no "No To All" button in Windows XP.
>>>>>
>>>>> You are talking about closing the Whole Group that means you
>>>>> are using the "Group Similar Taskbar Button" function of
>>>>> Taskbar Properties. Which means that Windows XP shows you only
>>>>> one taskbar button for all of your 25 Notepad items and you are
>>>>> closing them through "Close Group" by right-clicking the
>>>>> Taskbar button and choosing Close Group.
>>>>>
>>>>> If that is the case then the quickest way could be holding down
>>>>> the N key to say "No To All" instead of clicking No for each
>>>>> dialog box.
>>>>>
>>>>> This is the basic and is for our safety that Windows will
>>>>> always prompt us for Save or No before closing the document.
>>>>>
>>>>> But I think there is a good news. I was going to close this
>>>>> post right here but suddenly I decide to make a Google search
>>>>> on "script for closing an application" and I found a command
>>>>> that will kill a running process and it works! The command is:
>>>>>
>>>>> 1. Open some Notepad windows with unsaved files. 2. Click Start
>>>>> - Run - copy and paste the follwing command and press Ok.
>>>>>
>>>>> taskkill.exe /f /im notepad.exe
>>>>>
>>>>> This command will close Notepad.exe [or you can specify any
>>>>> application] without asking you for Save.
>>>>>
>>>>> But the problem is: you have to copy and paste this each time,
>>>>> which will take a longer time. So you can create a shortcut of
>>>>> this command on your desktop.
>>>>>
>>>>> 1. Right-click on your Desktop, point to New - Shortcut 2. type
>>>>> the command: taskkill.exe /f /im notepad.exe 3. Click Next and
>>>>> Give a name like "Kill Notepad".
>>>>>
>>>>> Now, whenever you have unsaved 25 Notepad files open, just
>>>>> press Winkey+D to minimize all of them and then double-click on
>>>>> the Kill Notepad shortcut.
>>>>>
>>>>> Hope this help, let us know!
>>>>>
>>>>> "(E-Mail Removed)" wrote:

>>
>>
>>>>>> On Friday, March 02, 2007 10:34 AM lvee wrote:

>>
>>>>>> You could open task manager hold the ctrl key while
>>>>>> selecting all instances of notepad and end notepad by
>>>>>> selecting end task.

>>
>>
>>>>>>> On Friday, March 02, 2007 1:20 PM Poprivet wrote:

>>
>>>>>>> (E-Mail Removed) wrote:
>>>>>>>
>>>>>>> There is a program called notepad.exe which makes it easy
>>>>>>> to do that, plus to reopen sets of files if you wish to.
>>>>>>> It's simple and easy to use. I use it for making the same
>>>>>>> changes to multiple files all at once and similar things.
>>>>>>> It has both a Close All and a Save All feature; no
>>>>>>> individual acks needed to use it.
>>>>>>>
>>>>>>> http://www.freedownloadscenter.com/B...tepad_exe.html
>>>>>>>
>>>>>>> About half way down the page; it's free.
>>>>>>>
>>>>>>> Pop`

>>
>>
>>>>>>> Submitted via EggHeadCafe Microsoft LINQ Query Samples For
>>>>>>> Beginners
>>>>>>> http://www.eggheadcafe.com/training-...Operators.aspx

>
>
>
>
> --
>>>>>>>

> JD..


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Activating My XP multiple times Zerokool Windows XP Basics 13 23rd October 2005 02:28 AM
Can I Reseal Multiple Times? Tim Houle Windows XP Embedded 3 10th December 2003 01:53 PM
running sysprep multiple times Derek J. Powles Windows XP Setup 0 14th July 2003 09:42 PM


All times are GMT. The time now is 04:35 AM.
Windows XP Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26