|
|
Delete
DELETE.EXE is a Win32 console application that deletes files. Win32
Console application means that it runs in a Windows 98, ME, 2000, or XP
command prompt. It is an improvment over the DEL or ERASE internal
command that comes with the operating system. Delete's features include:
* allows multiple file specifications on the command line; * optionally deletes Hidden, System, or Read Only files;
* optionally prompts for permission to delete any file;
* optionally deletes files in directories below the current one;
* optionally removes empty directories below the current one;
* optionally overwrites files before deleting them; and
* optionally deletes only files dated before, after, or between dates.
* optionally deletes only zero length files.
* optionally deletes only files that are not present in a reference directory (useful for mirroring a directory structure when used with Xcopy).
DEL16.exe is the old DOS version of this program that runs under pure DOS, and can't see long file names. This utilities software is listed under security, utility, delete, file management, mirroring, backup.
Keywords: empty directories xcopy windows 98 long file names win32 zero length files command prompt operating system console application dos version directory structure internet session percentage increase
|
|
|
DLOCK2
DLOCK2 is a simple command line file encryption/decryption utility program that uses the free Diamond 2 Encryption Algorithm. Full source code and documentation of the algorithm and the master's thesis it is based on are included. It compiles with Gnu C++ and other compilers, so it can be adapted to many operating systems. Version 2.01 is the same as the original DLOCK2, except recompiled for the Win32 command line (for long filename support) and author contact information has been updated. The encryption key may be a passphrase on the command line or it may be contained in a file. You may use the included encryption/decryption source code in your own products at no charge. This software is free, however you may send the author donations to express appreciation if you like. DLOCK2 license is freeware and it is listed in security, utility, encryption, file management, cryptography software.
Keywords: compilers thesis passphrase utility program encryption key contact source code operating systems appreciation free diamond gnu c file encryption filename support encryption decryption win32 decryption utility donations encryption algorithm level programming live video streams
|