CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of batch
@echo off
if (%1)==() goto end
if not exist %1 goto createEmpty
:touch
copy /b %1+ > nul
echo %1 was touched!
goto end
:createEmpty
type %1>%1
echo %1 was created!
by Al Gonzalez   February 19, 2010 @ 9:14pm
Tags: Touch, Batch
241 Views
no comments
 
@echo off
echo Clean System Trash, Please wait......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
by yuyu1984   September 06, 2009 @ 11:23pm
Tags: batch, util
239 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate