Jump to content

after run to delete file


Recommended Posts

Func dms ()
 FileInstall("D:\app install\Dms.exe", "", 0)
Run("Dms.exe")
WinWaitActive("WinRAR self-extracting archive", "")
ControlClick("WinRAR self-extracting archive", "", "Button2")
Sleep(6000)
DirCopy("Dms", "C:\Dms")
Sleep(11000)
DirRemove("Dms", 1)
FileDelete("Dms.exe") ; some file work
EndFunc

 

 

plz advice me

I want to after install or close program it to delete 

and I create button to delete all drive D: (all file and folder) <<<<<<<<<<<<<<<<< what command

 

thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...