Jump to content

dottbin

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

About dottbin

dottbin's Achievements

0

Reputation

  1. no, it is not in same folder. Anyway I solved using filecopy command thanks for your support!!! dottbin
  2. thanks X-FoRcE, I understood what Kelsenellenelvian said, but you answered me before!! thanks just a question, where can I find tutorial/commands to copy a file in some directory? Now I would like to insert file rarreg.key
  3. can you explain it better? where must I insert command /S? BR, dottbin
  4. hi all, I would like to install winrar without seeing installatio screen. I used following code but it does not work, in fact when I launched the script, installation does not start can you help me? BR, dottbin Run('F:\software\WinRAR.v3.71.Regged.Italiano-YAG\WinRAR.v3.71.Regged.Italiano-YAG\wrar371it.exe','',@SW_HIDE) WinWait("WinRAR 3.71","Copyright © 1993-200") If Not WinActive("WinRAR 3.71","Copyright © 1993-200") Then WinActivate("WinRAR 3.71","Copyright © 1993-200") WinWaitActive("WinRAR 3.71","Copyright © 1993-200") Send("{ENTER}") WinWait("Configurazione WinRAR","Associa a WinRAR arc") If Not WinActive("Configurazione WinRAR","Associa a WinRAR arc") Then WinActivate("Configurazione WinRAR","Associa a WinRAR arc") WinWaitActive("Configurazione WinRAR","Associa a WinRAR arc") Send("{DOWN}{SPACE}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{ENTER}") WinWait("Configurazione WinRAR","WinRAR è stato insta") If Not WinActive("Configurazione WinRAR","WinRAR è stato insta") Then WinActivate("Configurazione WinRAR","WinRAR è stato insta") WinWaitActive("Configurazione WinRAR","WinRAR è stato insta") Send("{ENTER}") WinWait("D:\Documents and Settings\All Users\Start Menu\Programs\WinRAR","FolderView") If Not WinActive("D:\Documents and Settings\All Users\Start Menu\Programs\WinRAR","FolderView") Then WinActivate("D:\Documents and Settings\All Users\Start Menu\Programs\WinRAR","FolderView") WinWaitActive("D:\Documents and Settings\All Users\Start Menu\Programs\WinRAR","FolderView") Send("{ALTDOWN}{F4}{ALTUP}")
  5. thanks chyronn for your answer. Anyway I found my mistake: during installation I used mouse instead of keyboard now I wolud like to hide installation screen during installation. Any suggestion? BR, Gianni
  6. hi mtz, I need your help when I launched au3record I must flag also 'record mouse' as if I unflag it, after stopping au33record, I obtain only following lines: Opt("WinWaitDelay",100) Opt("WinTitleMatchMode",4) Opt("WinDetectHiddenText",1) Opt("MouseCoordMode",0) Run('D:\Sotware indispensabili\WinRAR.v3.71.Regged.Italiano-YAG\WinRAR.v3.71.Regged.Italiano-YAG\wrar371it.exe') meanwhile if I flag 'record mouse' I obtained all script as follow: Opt("WinWaitDelay",100) Opt("WinTitleMatchMode",4) Opt("WinDetectHiddenText",1) Opt("MouseCoordMode",0) Run('D:\Sotware indispensabili\WinRAR.v3.71.Regged.Italiano-YAG\WinRAR.v3.71.Regged.Italiano-YAG\wrar371it.exe') WinWait("WinRAR 3.71","Copyright © 1993-200") If Not WinActive("WinRAR 3.71","Copyright © 1993-200") Then WinActivate("WinRAR 3.71","Copyright © 1993-200") WinWaitActive("WinRAR 3.71","Copyright © 1993-200") MouseMove(215,381) MouseDown("left") MouseUp("left") WinWait("Configurazione WinRAR","Associa a WinRAR arc") If Not WinActive("Configurazione WinRAR","Associa a WinRAR arc") Then WinActivate("Configurazione WinRAR","Associa a WinRAR arc") WinWaitActive("Configurazione WinRAR","Associa a WinRAR arc") MouseMove(34,95) MouseDown("left") MouseUp("left") MouseMove(30,95) MouseDown("left") MouseUp("left") MouseMove(201,378) MouseDown("left") MouseUp("left") WinWait("Configurazione WinRAR","WinRAR è stato insta") If Not WinActive("Configurazione WinRAR","WinRAR è stato insta") Then WinActivate("Configurazione WinRAR","WinRAR è stato insta") WinWaitActive("Configurazione WinRAR","WinRAR è stato insta") MouseMove(251,389) MouseDown("left") MouseUp("left") WinWait("WinRAR","FolderView") If Not WinActive("WinRAR","FolderView") Then WinActivate("WinRAR","FolderView") WinWaitActive("WinRAR","FolderView") MouseMove(783,14) MouseDown("left") MouseUp("left") where is my mistake? can you help me? thank in advanced dottBin
  7. hi Acheron, just a little request is it possible to add in nero lite the package 'nero image drive' too? this package is very important for me so I would like to have it in nero lite version 8.3.6.0 thank in advanced dottbin
×
×
  • Create New...