Search found 2 matches
- 12 Feb 2011 18:41
- Forum: DOS Batch Forum
- Topic: Batch file to keep computer clean
- Replies: 3
- Views: 4120
Re: Batch file to keep computer clean
Thanks for the quick reply. I know very little about batch files, do you see anything wrong with this? @echo off cls pushd C:\ del /f /s /q *.tmp del /f /s /q *._mp del /f /s /q *.log del /f /s /q *.gid del /f /s /q *.chk del /f /s /q *.old del /f /s /q "%userprofile%\Local Settings\Temporary I...
- 11 Feb 2011 17:52
- Forum: DOS Batch Forum
- Topic: Batch file to keep computer clean
- Replies: 3
- Views: 4120
Batch file to keep computer clean
I am setting up a computer for my nephew , have had it now for a while,and am wanting to create a batch file that he can run once a week from his desktop to help keep his computer halfway clean. Here is what I would like to do: On the C:\drive I would like to have these deleted: all .tmp files all ....