#################################
#         DelLater v1.0         #
#  For Win 95/98/ME/2K/XP/2003  #
# Copyright (C) 2003, DiamondCS #
#  http://www.diamondcs.com.au  #
# Donated to the public domain. #
#################################
 
DESCRIPTION:
DelLater allows you to mark files to be deleted the
next time Windows starts. This is useful for times
when a file can't be deleted because it's in use,
and this is the method used by anti-virus scanners
when they're unable to delete files for that reason.
 
All efforts were made to ensure that DelLater adheres
to the guidelines outlined in the MoveFileEx documents
(Platform SDK - Microsoft Developer Network), including
using two seperate methods as required (one for
95/98/ME, the other for NT/2K/XP/2003).
 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/movefileex.asp
 
This package contains three files:
 readme.txt   (1140 bytes) -  This file
 dellater.asm (3417 bytes) -  Assembly source code
 dellater.exe (2560 bytes) -  Program file
 
For more security software, visit our website:
 http://www.diamondcs.com.au

