Advertisement
4_2005-2006 Files/ File Controls/ Input/ Output #157258

Auto Delete Self Program

This Code will delete the Program Right After it close..

AI

สรุปโดย AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

ซอร์สโค้ด
original-source
'' 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..
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine