home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Tools / FileKiller / KTY.C < prev    next >
C/C++ Source or Header  |  2000-01-20  |  82b  |  7 lines

  1. #include <stdio.h>
  2.  
  3. int main()
  4.     {
  5.         system("kill -trash -y");
  6.         return 0;
  7.     }