Jump to content

Gregs

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Gregs

  1. I wrote the following script: FileInstall("c:\temp\Sage_run_11.reg", @TempDir & "\Sage_run_11.reg", 1) ShellExecute ( "regedit", "/s Sage_run_11.reg" , "", "", @SW_HIDE ) ShellExecute ( "cleanmgr", "/sagerun:11" , "", "", @SW_HIDE ) FileDelete( @TempDir & "\Sage_run_11.reg" ) And now the question. Cleanmgr Call another program (Disc Cleanup). How to hide or move this Active Window, so the user can't abort operation? Regards, Grega Globočnik
  2. Andreik thanks very much. It works great now. How to close the Post? Regards Grega
  3. Hi! I´m new in AutoIT and I need help I would like to run cmd command: "c:\Program Files\Microsoft Bootvis\"BootVis.exe -prepsystem I tried with Run and ShellExecute options but didn´t work. Run ('C:\Program Files\Microsoft Bootvis\bootvis.EXE" "-prepsystem"', @WorkingDir) Regards, Grega Globocnik
×
×
  • Create New...