Jump to content

dekdain

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dekdain's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. 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
  2. I'am rookie I created file install program automate and I want to attached file program in file script. plz, advice me example ;install adobe DC Run(@ScriptDir & ".\AcroRdrDC1501620039_en_US.exe") WinWaitActive("Adobe Acrobat Reader DC (Continuous) - Setup", "Ready to Install Adobe Acrobat Reader DC") ControlClick("Adobe Acrobat Reader DC (Continuous) - Setup", "", "Button4") WinWaitActive("Adobe Acrobat Reader DC (Continuous) - Setup", "Setup has successfully installed Adobe Acrobat Reader DC") ControlClick("Adobe Acrobat Reader DC (Continuous) - Setup", "", "Button1")
×
×
  • Create New...