equal
deleted
inserted
replaced
|
1 REM DEFAULT_CLEANUP_FROM_TEST.BAT |
|
2 REM |
|
3 REM Copyright © 2002 Symbian Ltd. All rights reserved. |
|
4 REM |
|
5 |
|
6 REMc: |
|
7 REMcd \ |
|
8 |
|
9 REMattrib \system\libs\*.* -r |
|
10 REMdel \system\libs\*.* |
|
11 |
|
12 REMattrib \system\programs\*.* -r |
|
13 REMdel \system\programs\*.* |
|
14 |
|
15 REMattrib \msgtest\*.* -r |
|
16 REMdel \msgtest\*.* |
|
17 |
|
18 REMattrib \msgtest\sms\*.* -r |
|
19 REMdel \msgtest\sms\*.* |
|
20 |
|
21 REMattrib \msgtest\msgs\*.* -r |
|
22 REMdel \msgtest\msgs\*.* |
|
23 |
|
24 REMattrib \msgtest\fax\*.* -r |
|
25 REMdel \msgtest\fax\*.* |
|
26 |
|
27 REMattrib \msgtest\imcm\*.* -r |
|
28 REMdel \msgtest\imcm\*.* |
|
29 |
|
30 REMattrib \mailtest\*.* -r |
|
31 REMdel \mailtest\*.* |
|
32 |
|
33 REMattrib \mailtest\rfc822\*.* -r |
|
34 REMdel \mailtest\rfc822\*.* |
|
35 |
|
36 REMattrib \mailtest\imcm\*.* -r |
|
37 REMdel \mailtest\imcm\*.* |
|
38 |
|
39 REMattrib \mailtest\rfct_imcm06\*.* -r |
|
40 REMdel \mailtest\rfct_imcm06\*.* |
|
41 |
|
42 REMattrib \mailtest\rfct_imcm07\*.* -r |
|
43 REMdel \mailtest\rfct_imcm07\*.* |