Manual for
'Close all Windows' and 'Clipboard Cleaner'
Manual for 'CloseAllWindows'
Version 1.4
You can
find more information to this software at
http://www.kratronic.com/tools
Inhalt
2 'CloseAllWindows' Requirements
5 Starting of 'CloseAllWindows'
6.1 Function 'Close all Windows' /
'Clean Clipboard'
Even though
a computer can be a big help, there are little things, which can be most
disturbing. For three of these little annoyances there is now a solution….
Many
open Windows:
Working all day with the computer leaves lots of windows in the taskbar.
Switching by ALT TAB to another window becomes then a big task, since you have
to step through all the many windows again and again.
The CloseAllWindwos tool
closes all windows (applications) in a single blow. Windows with changed
content show a message box (save / abort). A definable filter allows 'protecting'
windows. Those windows will never be closed by the CloseAllWindows tool (e.g.
Microsoft Outlook).
Annoying
formats in the clipboard: The clipboard is very handy to copy text from e.g. Internet Explorer to
another application. The clipboard copies not just the text, but also all
formats like font, color, size and even frames. The Clipboard-Cleaner
allows cleaning the clipboard with just one click. After that the clipboard
contains only plain text.
Large
amounts of text need a little bit more time to be cleaned. At the end of the
cleaning process a
sound plays. That way you know when the text is ready for
pasting.
Entering the same text again and again: Often you have to enter the same text over
and over again. e.g. in the Internet your e-mail address, in the office some
parts of a report, etc. This tool allows
entering such text very fast by using a hotkey.
'CloseAllWindows' can be used with the following operating systems;
·
Windows
98 / ME
·
Windows
NT 4.0
·
Windows
2000
·
Windows
XP
·
Windows
'CloseAllWindows'
is a shareware program. That means you can test this program for 30 days. After
that time you must buy a licensed version. The licensed version can be bought
over the Internet. Address: http://www.kratronic.com/tools
The
licensed version can be bought by credit card, checks or money order.
A single
license 'CloseAllWindows' costs 12 US$. (Site license: 50
License Terms:
·
A
single license is meant for one PC only.
The state of your Mouse and Key Recorder (Test-Version or Licensed
Version) is shown in the About Box.
'CloseAllWindows' is delivered as a ZIP file. Before you can use the
content, it has to be decompressed.. Newer Windows
operating systems have a built in decompression function. For other operating
system a good decompressing program can be found at: http://www.winzip.com.
After the decompression just start the file Setup.exe. The Setup will
guide you through the installation process.
If you want to upgrade to a newer version, please exit the tool first,
then uninstall it, and install the new version.
You can
start 'CloseAllWindows' by clicking Start | Programs | CloseAllWindows. Later
on in this manual you can find a way to let the 'CloseAllWindows' tool be
started automatically during PC-booting.
After
starting 'CloseAllWindows' the following icon appears in the System Tray (next
to the PC clock)
. After
clicking on this icon, all open windows are closed (except Microsoft Outlook).
Windows with changed content (e.g. a Word window) show a question-message box
(save / abort) and let you save the content if needed.
Clicking
with the right hand mouse key on the new icon
, the
following menu appears:

As already
mentioned above this tool contains two functions:
These two
menus allow to choose which function is carried out,
when the icon is clicked.
Clicking
this menu entry the following window appears:

It is
possible to call the two functions 'Close all Windows' and 'Clean Clipboard' by
hotkeys. This form allows defining which combination of CTRL, Shift, ALT and
function key will be used as a hotkey.
The hotkeys
are only active if the checkbox 'Hotkeys activated' is ticked.
After
clicking on button Text - Hotkeys the following form appears:

This form
allows defining the texts, which can be entered to the active application by a
hotkey.
Procedure:
Write the
text to the Text field e.g. 'Kind regards'. Choose the desired hotkey
combination and click Add.
Hint: The
two hotkeys used for the Window Closer and Clipbaord Cleaner can not be used
for text hotkeys. (They will not trigger the text)
The tool converts
the following special characters automatically. They are enclosed by two
braces: {+},{^},{%},{~},{(},{)},{[},{]}. Braces must
not be used in the text (except special commands as defined later on).
The
following commands (enclosed by braces) can also be used in the hotkey text:
|
CAPS LOCK |
{CAPSLOCK} |
|
|
{DELETE} or { |
|
DOWN
ARROW |
{DOWN} |
|
END |
{END} |
|
ENTER |
{ENTER} |
|
ESC |
{ESC} |
|
HOME |
{HOME} |
|
INS |
{INSERT} |
|
LEFT
ARROW |
{LEFT} |
|
NUM LOCK |
{NUMLOCK} |
|
PAGE DOWN |
{PGDN} |
|
PAGE UP |
{PGUP} |
|
PRINT SCREEN |
{PRTSC} |
|
RIGHT
ARROW |
{RIGHT} |
|
SCROLL
LOCK |
{SCROLLLOCK} |
|
TAB |
{TAB} |
|
UP ARROW |
{UP} |
|
|
|
|
F1 |
{F1} |
|
F2 |
{F2} |
|
F3 |
{F3} |
|
...... |
|
|
F11 |
{F11} |
|
F12 |
{F12} |
The three
special characters +, %, ^ can be used to activate the keys: Shift, Alt, CTRL. To avoid bracing the special characters the keyword:
#X5# has to be set in front of the text. Example:
#X5#%foC:\Data\MyDocument(1).doc{ENTER}. This string will be
converted to:
%foC:\Data\MyDocument{(}1{)}.doc{ENTER}. This means the menu File
will be opened, there Open will be clicked, then the filename C:\Data\MyDocument(1).doc will be entered and Enter is pressed.
Special
character description:
Key Code
|
SHIFT |
+ |
|
CTRL
(CONTROL) |
^ |
|
ALT |
% |
Examples: +^h = Shift Control h, +^%{F1} = Shift Control Alt F1
Some windows
should never be closed. This could be e.g. Microsoft Outlook. The window filter
allows defining those windows. Clicking on this menu a notepad window appears:

In this example the windows "Top
Folder Mr. Miller", "InBox - Microsoft Outlook Kra-Tronic." und "Hot LEO
English-German Dictionary - Microsoft Internet Explorer" are not closed by
the 'CloseAllWindows' function.
The following wildcard rules can be
used:
Kind
of match Pattern Match (returns True) No match (returns False)
Multiple
characters a*a aa, aBa,
aBBBa aBC
*ab* abc, AABB,
Xab aZb, bac
Special
character a[*]a a*a aaa
Multiple
characters ab* abcdefg, abc cab, aab
Single
character a?a aaa, a3a, aBa aBBBa
Single
digit a#a a0a, a1a,
a2a aaa, a10a
Range
of characters [a-z] f, p, j 2, &
Outside
a range [!a-z] 9, &, % b, a
Not
a digit [!0-9] A, a,
&, ~ 0, 1, 9
Combined a[!b-m]# An9, az0, a99 abc, aj0
Sometines
the Window Filter function is needed in a inverse way.
That means you would like to have the windows in the list killed, but all others
not. This behaviour can be reached by adding the key word #InverseX5# to the
top of the list. Example:
#InverseX5#
Top Folder*
*Microsoft
Outlook*
Top Folder and Outlook windows will be closed all the others not. Hint:
The keyword #InverseX5# needs to be located on the first line. (In this case no
other words or letters are allowed in the first line)
Hints:
Starting
the 'Close all Windows' every day manually would be annoying. After clicking
menu entry 'Autostart Program' the tool is started automatically during PC
booting.
![]()
This menu
entry shows information about the program:
This menu
entry ends the tool.
The 'CloseAllWindows' has been tested to the
best of our abilities for bugs. The author of 'CloseAllWindows' is not
responsible for any damage that may incur to the user's system or data as a
result of using 'CloseAllWindows'.
John Krauer, Kra-Tronic Corp. Sept. 1st 2007