Jump to content

Sally1801

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Sally1801

  1. Hello, i need help in deleting files from a server. The function "_FTP_DirDelete" only deletes a directory when its empty. I need to delete a non empty directory. I also can not delete the files in this directory first, because the files are PAG and DIR files in a .DAV directory and FTPEx.au3 doesnt like a directory starting with a ".". Any ideas? Thx, Sally
  2. You mean the error code? 80020006 I am not yet very experienced with error handling!
  3. Hello I have a script running that uses "objget( excel.application )" to get the name of an open document: $Kundenbestand = ObjGet("", "Excel.Application") $Kundenbestand.Visible = 1 ; $sText = WinGetTitle("[ACTIVE]") This code works fine, so I wanted to start it every night. But when the exe is startet by a "scheduled task" in Windows, the ObjGet does not work anymore. This is the error message: variable must be of type object Where is the difference, if I open the exe by hand or by a scheduled task?!? Anybody an idea? Sally
×
×
  • Create New...