Jump to content

kader1303

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by kader1303

  1. Didn't know that important detail, thanks jos, is working great after using FileChangeDir().
  2. Hi, I'm facing some issues when try to use "Run" or "ShellExceute" Functions after using "FileOpenDialog", console is showing me this errors: Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. Qt: Untested Windows version 10.0 detected! log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. and when call "Run" Function after doesn't execute the program. Here is a snipcet of my code Global $filedialog = FileOpenDialog("Select QCN", @MyDocumentsDir, " qcn (*.qcn)", $FD_FILEMUSTEXIST) If @error Then MsgBox($MB_SYSTEMMODAL, "", "No file(s) were selected.") EnableButtons() Else $ipid = Run("Trestqcnxi.exe", "", @SW_HIDE, $STDIN_CHILD + $STDOUT_CHILD) .... endif If I use "$ipid = Run("Trestqcnxi.exe", "", @SW_HIDE, $STDIN_CHILD + $STDOUT_CHILD)" without running first the "FileOpenDialog" works Ok.
  3. Mabe I can do the same, how did you disable your file while running for being copied? can You share some example code, anyway i'll keep testing and share final results
  4. Is happening to me as Bellini sayd here, if I locked file before running can't execute it, and if I do it after, isn't blocked then, as per his final post here I understand that he was able to lock file before run it and then release it just for read.
  5. Hi, How did You manage to realese the file just to run. I have the same trouble and need to prevent running exe from been copied
  6. Hello I know is an old thread but I'm using this Function in my script and I'm having 2 basic troubles that I've been unable to solve: 1- Gives same HWID to diferent PC in many cases 2- It happens with two users of my script that the hardware id change every time they reboots their PC. I'm using the function by default so it gets the $UHID_MB but with this two users no matter if use other parametter like  $UHID_CPU the HWID keeps changing
×
×
  • Create New...