************english*******************************


SWL (Switch-List) removes entries from your tasklist. It's very
small and freeware. You can start SWL without parameters and you'll
get a dialog window where you can turn off and on the actual
tasklist entries. You can also use this program in a batch file,
e.g.

----file RemoveTasklistEntries.cmd-------
wait 25
swl off Desktop
swl off pmvDesk
swl off Manyclip
-----------------------------------------

You can place a shadow of the command file in your startup folder.
In the settings notebook of the program object, make the window
invisible - otherwise the window appears and disappears every line.

It is sufficient to enter a substring of the string in the tasklist
you want to remove.

WAIT is a small program which waits the number of seconds you enter
as parameter (e.g. 25 seconds.) This is important when using the
batchfile in the startup folder. Otherwise SWL is executed before
the other programs are started and are appearing in the task list.


****************************************************


Author of SWL: Thomas Christinck 100031.41@compuserve.com
Author of WAIT: Martin Vieregg 100661.626@compuserve.com

Homepage of Martin Vieregg:
http://ourworld.compuserve.com/homepages/vrb/VIEREGG.HTM


*********deutsch************************************


SWL (Switch-List) lscht Fensterlisten-Eintrge. Es ist ein kleines
Freewareprogramm. SWL kann ohne Parameter gestartet werden - es
erscheint dann ein Dialogfenster, in dem die aktuellen Eintrge
der Fensterliste aus- und eingeschaltet werden knnen. SWL kann
aber auch ber eine Batchdatei gesteuert werden, z. B.

----Datei LscheFensterlistenEintrge.cmd----
wait 25
swl off Arbeits
swl off pmvDesk
swl off Manyclip
---------------------------------------------

Erstellen Sie ein Programmobjekt im Systemstart-Ordner, das auf
die CMD-Datei zeigt. Stellen  Sie dabei im Einstellungen-Buch des
Programmobjekts auf "bei Start Symbolgre", damit nicht nach jeder
Zeile das Textfenster auf- und zugeht.

Es reicht aus, Substrings (d.h. Teile des Namens) einzugeben, also
etwa "Arbeits" fr "Arbeitsoberflche".

WAIT (Warte) ist ein kleines Programm, das einfach die im Parameter
eingegebene Zeit in Sekunden wartet. Das ist in diesem Zusammenhang
wichtig, denn es mssen erst einmal alle Programme gestartet sein
und in der Fensterliste erscheinen, bevor die Eintrge der Fenster-
liste dann wieder gelscht werden knnen.


*** english at the beginning ***