Self-deletion of Win2000 or later version of the executable

xiaoxiao2021-03-06  41

The following is the code of Visual Basic 6.0, which is equally possible in Visual C or Delphi. Private sub flow_terminate ()

Shell "cmd.exe / c del" chr (34) app.path "/" app.exename ".exe" chr (34) End Sub

转载请注明原文地址:https://www.9cbs.com/read-77751.html

New Post(0)