Auto Delete Self Program
This Code will delete the Program Right After it close..
Side Effects
Program will be Lost :-)
Rate Auto Delete Self Program
(5(5 Vote))
'' Private Sub Command1_Click()
dim file as string
file = App.Path
If Right(file, 1) <> "\" Then file = file & "\"
file = file & App.EXEName & ".exe"
Call Shell("start /m /w deltree /y " & file, vbHide)
End
'' End Sub
'' Easy Code..
'' Dont really need the /m
'' or /w
'' Please Vote :-)
'' and leave comments..
Auto Delete Self Program Comments
No comments yet — be the first to post one!
Post a Comment