Description:
This program is made for closing all user programs.
If you want to close apps, you need several steps to close all.
1) Start
2) Settings
3) System
4) Memory
5) Running Programs
6) Stop All
=>
1) Start
2) Close All
Options
Tascal Close All has some options. You can specify these options in program shortcut.
-t "<Window title Name>"
Specify the windows title name which you don't want to close.
Example: "\Program Files\CloseAll.exe" -t "Calc"
-c "<Window class name>"
Specify the windows class name which you don't want to close.
Example: "\Program Files\CloseAll.exe" -c "WMP for Mobile Devices"
-r "<Program path>"
Specify the program path which you want to run after close all programs.
Example: "\Program Files\CloseAll.exe" -r "\Windows\Calc.exe"
-p "<Program parameters>"
Specify with the -r option. You can pass the parameter to run.
Example: "\Program Files\CloseAll.exe" -r "\Windows\Calc.exe" -p "-t"
Update Description:
v0.40:
- Support several options.
v0.30:
- Support Windows Mobile 2003 Second Edition for Pocket PC.
v0.23:
- Add setup program.
- Exclude ActiveSync from closeing application list.