dekdain Posted October 6, 2016 Share Posted October 6, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now