Batch files can self delete!

put this in a file called c:\delete.bat
Code:
:start
del "c:\myexe.exe" 
if exist "c:\myexe.exe" goto start

del c:\delete.bat
and it will delete itself

Your exe could write this code and then shell()it (with vbhide)
------------------
Mark Sreeves
Analyst Programmer

[email protected]
A BMW Group Company




[This message has been edited by Mark Sreeves (edited 02-01-2000).]