Timeline



Oct 7, 2017:

7:13 PM Ticket #3569 (CmdLine parameter charset) closed by Jos
No Bug
7:13 PM Ticket #3569 (CmdLine parameter charset) updated by Jos
I am closing this as Nobug and let's continue the discussion in the forum: https://www.autoitscript.com/forum/topic/190592-cmdline-parameter-charset/?do=findComment&comment=1368073
5:10 PM Ticket #3569 (CmdLine parameter charset) updated by Jos
Can't replicate it and is working fine for me: - put your code in a test.au3 file encoded as UTF8 without bom - Compiled it - Started CMD prompt and did command: Test.exe "D:\Folder1\Folder2\ěščřžýáíéúů\Folder3" "green.txt" The MSGBOX shows: --------------------------- Split --------------------------- D:\Folder1\Folder2\ěščřžýáíéúů\Folder3\green.txt --------------------------- OK Annuleren --------------------------- It only goes wrong when you shell the compiled script from a batch file, so there is some sort of conflict there, but as Shown, AutoIt3 is working fine.

Oct 6, 2017:

7:17 PM Ticket #3569 (CmdLine parameter charset) created by truefriend.cz@…
I have script for get parameter as text with special charsets but i do …

Oct 4, 2017:

8:20 PM Ticket #3566 (FileChangeDir is changing @TempDir) closed by Jos
No Bug: Closing as nobug due to lack of response. Jos

Sep 28, 2017:

9:51 AM Ticket #3568 (want to access file download dialog) closed by Melba23
No Bug: Please post in the forum for coding help. M23
6:29 AM Capture.PNG attached to Ticket #3568 by sharmara
6:28 AM Ticket #3568 (want to access file download dialog) created by meetme.sharma@…
Hello, When I am doing click in submit button, it is showing file …

Sep 19, 2017:

6:01 PM Ticket #3567 (Reading excel cell fail after manually using an other excel file) closed by Jos
No Bug: Not enough information provided so not even close to a bug report. Please use the forum in case you have questions or want to work with the forummember on issues like this. Jos
8:51 AM Ticket #3567 (Reading excel cell fail after manually using an other excel file) created by ami@…
My script is reading values from excel file X The script runs fine …

Sep 18, 2017:

11:36 AM Ticket #2372 (Function incorrect number of parameters error on wrong line) updated by anonymous
Replying to mishraparthasarathi9@…: > Still getting the same issue. Issue is not fixed getting error in correct number of parameters in function call Me too. Please tell me what is a crap on this easy thing .... Compile : "error: Debug_file_msg() called by a previous line with 2 arg(s). Max = 1. First previous line calling this Func is 89" call at line 89 : D_msg("Hello world") function definition (end of code) : Func D_msg($dt = "") If $debug_file = 1 Then FileWriteLine($debugFilename, $dt) EndIf EndFunc

Sep 14, 2017:

4:42 PM Ticket #3566 (FileChangeDir is changing @TempDir) updated by BrewManNH
I just ran your code and it's not happening for me either. @TempDir=C:\Users\xxxx\AppData\Local\Temp workingdir=F:\AutoItScripts @TempDir=C:\Users\xxxx\AppData\Local\Temp workingdir=F:\tmp.dir @TempDir=C:\Users\xxxx\AppData\Local\Temp workingdir=C:\temp Even if this was happening, your post shows it only happening once and then resetting itself to the original folder location, which seems odd. If FileChangeDir was actually changing the temp folder's location, you'd think that it should change it every time.
9:37 AM Ticket #3566 (FileChangeDir is changing @TempDir) updated by Jos
I can't replicate this yet. What happens when you set your tempdir to "O:\" Jos

Sep 13, 2017:

4:34 PM Ticket #3566 (FileChangeDir is changing @TempDir) created by anonymous
Code: DirCreate("O:\tmp.dir") ConsoleWriteError("@TempDir=" & @TempDir …
Note: See TracTimeline for information about the timeline view.