Timeline
01/07/10:
- 22:08 Milestone 3.3.3.2 completed
- 21:52 Ticket #1352 (StringSplit hard crash on binary data) closed by
- Fixed: Fixed by revision [5559] in version: 3.3.3.2
- 18:31 Ticket #1396 (DllCallbackGetPtr crashes on invalid handle) closed by
- Fixed: Fixed by revision [5555] in version: 3.3.3.2
- 18:25 Ticket #1392 (OnAutoItExitRegister is causing AutoIT to crash) closed by
- Fixed: Fixed by revision [5554] in version: 3.3.3.2
- 17:22 Ticket #1398 ($tagPARAFORMAT2 incorrect) created by
- The declaration of $tagPARAFORMAT2 in GUIRichEdit is incorrect. …
- 11:09 Ticket #1397 (HotKeySet not working when default keyboard layout set as non-english) created by
- For users that have they default keyboard layout set to other …
- 00:42 Ticket #1311 (MouseGetCursor() - identify also standard hand cursor (IDC_HAND)) reopened by
- This will not be in the next release of AutoIt.
01/06/10:
- 20:41 Ticket #1311 (MouseGetCursor() - identify also standard hand cursor (IDC_HAND)) closed by
- Completed: Added by revision [5549] in version: 3.3.3.2
- 18:07 Ticket #1319 (AutoIt3.exe always exists after closing script with RichEdit) reopened by
- If I wanted this ticket closed I would have closed this ticket.
- 17:07 Ticket #1319 (AutoIt3.exe always exists after closing script with RichEdit) closed by
- Fixed
- 17:03 Ticket #1396 (DllCallbackGetPtr crashes on invalid handle) created by
- Not much to say. DllCallbackGetPtr() produces an access violation on …
- 10:50 Ticket #1360 (for what are these files) closed by
- Fixed: Fixed by revision [5536] in version: 3.3.3.2
- 06:47 Ticket #1393 (Script crashes with error reported in EventLog.au3 at line 475) closed by
- Fixed: Fixed by revision [5524] in version: 3.3.3.2
01/05/10:
- 22:16 Ticket #1356 (Problem with table data for _GDIPlus_GraphicsMeasureString) closed by
- Fixed: Fixed by revision [5523] in version: 3.3.3.2
- 21:32 Ticket #1395 (DLLCallbacks on Exit) created by
- I wish it would be possible to have DLLCllbacks persist longer in the …
- 18:21 Ticket #1356 (Problem with table data for _GDIPlus_GraphicsMeasureString) reopened by
- Fixing one page and ignoring the dozen others that are also broken doesn't mean the ticket is closed.
- 18:19 Ticket #1384 (404 Not Found error when clicking links for explanations of functions) reopened by
- If a bug is not fully fixed, don't close the bug report.
- 18:18 Ticket #1394 (Comodo Internet Security reports dangerous program) closed by
- No Bug: I can tell you to use the forum if you want to ask questions or need support.
- 17:01 Ticket #1394 (Comodo Internet Security reports dangerous program) created by
- CIS are labelling Scite program TheHook.dll as a dangerous program. I …
- 16:39 Ticket #1393 (Script crashes with error reported in EventLog.au3 at line 475) created by
- My Usage: Script uses EventLog.au3 to access remote event logs. The …
- 13:25 Ticket #1361 (_SetTime() and _SetDate() crash when accessing non-array) closed by
- Fixed: Solved by #1378
- 13:24 Ticket #1378 (Wrong error handling in _Date_Time_SetLocalTime) closed by
- Fixed: Fixed by revision [5520] in version: 3.3.3.2
- 12:14 Ticket #1356 (Problem with table data for _GDIPlus_GraphicsMeasureString) closed by
- Fixed: Fixed by revision [5519] in version: 3.3.3.2
- 12:05 Ticket #1384 (404 Not Found error when clicking links for explanations of functions) closed by
- Fixed: Fixed by revision [5518] in version: 3.3.3.2
- 06:02 Ticket #1392 (OnAutoItExitRegister is causing AutoIT to crash) created by
- The title says it all..
- 00:31 Ticket #1391 (AU3Info Toolsbar page returns info allways on instance 1 instead of ...) created by
- The AutoIT V3 info added the feature as described in ticket #140. …
01/04/10:
- 23:11 Milestone 3.3.3.1 completed
- 22:51 Ticket #682 (Remove 64K line limit for FileReadLine()) closed by
- Completed: Added by revision [5514] in version: 3.3.3.1
- 21:57 Ticket #1389 (Multiple _IEAttach Use Fails) closed by
- Fixed: Fixed by revision [5509] in version: 3.3.3.1
- 20:25 Ticket #1387 (_IECreate() - bug with 3.3.3.0 beta) closed by
- Works For Me: Closing as works for me since I can't reproduce the issue.
- 20:02 Ticket #1390 (ControListView causes Microsoft Management Console to crash ...) closed by
- No Bug
- 19:48 Ticket #1390 (ControListView causes Microsoft Management Console to crash ...) created by
- script: […] output from _DebugBugReportEnv() […] When the …
- 17:51 Ticket #1389 (Multiple _IEAttach Use Fails) created by
- After upgrading from 3.3.0.0 to 3.3.2.0, multiple calls to _IEAttach …
- 15:35 Ticket #1388 (GUIRegisterMsg() return value) closed by
- Rejected: The @extended macro can only return numeric values. I'm closing this as rejected. At some point all our "Register" stuff should use a stack similar to AdlibRegister().
- 14:54 Ticket #1219 (Fix TracTicketDelete) closed by
- Fixed: Fixed by upgrading to a newer version of the plugin.
- 13:56 Ticket #1388 (GUIRegisterMsg() return value) created by
- Hi Lads, I think I've read this already in past somewhere, but …
- 13:12 Ticket #1387 (_IECreate() - bug with 3.3.3.0 beta) created by
- _IECreate()displays an error with version 3.3.3.0 beta […] ERROR: …
- 01:21 Ticket #1386 (Union support) closed by
- Rejected: That syntax won't work. DllStructGetData() wouldn't know what to return. Thinking about it, why is this an issue? Don't you know at compile time which particular piece of data you want? For example, in your example, assume you want to use the "short" data. You calculate the size of the member to be 64-bits (the size of the largest union member which is double). Thus you would use int64. I can't imagine it being very common that you need to access more than one type of union members. I think I'm going to close this as rejected because: 1. I don't see many unions. 2. The syntax is going to be difficult to get usable in order for AutoIt to do the right thing. 3. My experience with unions has been that I needed one of the data types so in AutoIt I would just use the best size type for that data-type.
01/03/10:
- 16:53 Ticket #1386 (Union support) created by
- Working with unions in dllstructs is extremely annoying and tiresome …
- 16:20 Milestone 3.3.3.0 completed
01/02/10:
- 22:57 Ticket #1385 (AV scan by Comodo Internet Security) closed by
- No Bug: Inform your AV provider. The thehook.dll is indeed a dll that hooks the keyboard and mouse because that what it is needed to make a macrogenerator. Anyway, closing this ticket.
- 21:52 Ticket #1385 (AV scan by Comodo Internet Security) created by
- Further to my previous message...Here are some more details... In an …
- 18:31 Ticket #1384 (404 Not Found error when clicking links for explanations of functions) created by
- In the GUI Basic Functions sections on page …
- 00:46 Ticket #1355 (Data types mixed) closed by
- Fixed: Fixed by revision [5497] in version: 3.3.3.0
- 00:37 Ticket #1340 (Send("{ENTER}") in IE7) closed by
- Works For Me: Closing as works for me since I can't reproduce the problem.
- 00:33 Ticket #1354 (sqlite function problem...) closed by
- Works For Me: Closing as works for me since the user failed to provide any useful information.
- 00:31 Ticket #1362 (_WinAPI_WindowFromPoint() broken on x64) closed by
- Fixed: Fixed by revision [5496] in version: 3.3.3.0
- 00:25 Ticket #1381 (_ArraySearch subindex default doesn't match definition) closed by
- Fixed: Fixed by revision [5495] in version: 3.3.3.0
01/01/10:
- 23:10 Ticket #1363 (FileSetPos() error) closed by
- Fixed: Fixed by Jon and myself in 3.3.3.0 by revision [5491].
- 19:51 Ticket #1383 (AU3Check: false warning.) closed by
- No Bug: The warning is correct. The variable is never used and there are no side effects to either assignment statement. You can remove the variable and the code will behave exactly the same.
- 19:19 Ticket #1383 (AU3Check: false warning.) created by
- […]
12/31/09:
- 18:19 Ticket #1382 (Windows 7 Taskbar API) closed by
- Rejected: I see nothing that suggests you can't implement this on your own.
- 09:38 Ticket #1382 (Windows 7 Taskbar API) created by
- Hi, I'd like to have this included in AutoIt: …
- 09:30 Ticket #1381 (_ArraySearch subindex default doesn't match definition) created by
- Array.au3 : […] Array.au3 comment block: […] AutoIt 3.3.2.0 …
- 04:57 Ticket #1380 (Inform user of required parameters in _Timer_Settimer()) created by
- Perhaps a remark could be added to help file to inform the user that …
12/30/09:
- 23:31 Ticket #1379 (compiling...) closed by
- Rejected: The forum is for asking questions. The forum is also for doing research to find similar subjects to get an idea of what our potential plans might be someday down the road.
- 08:46 Ticket #1379 (compiling...) created by
- So right now, AutoIt is interpreted. How much word would to take to …
12/29/09:
- 22:43 Ticket #1365 (Windows 2000: GUICtrlCreateLabel before GUICtrlCreateCombo prevent ...) closed by
- No Bug: Please read the documentation for GUICtrlCreateCombo().
- 21:25 Ticket #1377 (Help file - _ColorGet* functions) closed by
- Fixed: Fixed by revision [5488] in version: 3.3.3.0
- 21:16 Ticket #1327 (F1 in Scite Does Not Open Help File for Some Keywords) closed by
- Fixed: Fixed by revision [5486] in version: 3.3.3.0
- 11:09 Ticket #1378 (Wrong error handling in _Date_Time_SetLocalTime) created by
- Few functions in «Date.au3» (_SetDate and _SetTime) calls …
12/28/09:
- 18:12 Ticket #1375 (An array element alias) closed by
- Rejected: What you're asking for is called a dictionary or associate array. There are no plans to implement it.
- 17:11 Ticket #1377 (Help file - _ColorGet* functions) created by
- The Help file states that the parameter for the _ColorGet* …
- 16:12 Ticket #1376 (FileOpen()) created by
- Please make in FileOpen($Filename, $Mode) ‘mode’ parameter …
- 15:51 Ticket #1375 (An array element alias) created by
- Will be useful, if there will may create alias name for an array …
- 13:14 Ticket #1374 (FileGetShortName returns wrong result on Win7) closed by
- No Bug
- 10:40 Ticket #1374 (FileGetShortName returns wrong result on Win7) created by
- $sFilename = "c:\test.par2" $output = $sFilename & @crlf & …
- 05:16 Ticket #1373 (filecopy filemove with independent thread) created by
- filecopy filemove with independent thread. like inet func,return a …
- 02:57 Ticket #1367 (GUIDelete() crashes program when called from WM_* message handler) closed by
- Fixed: Fixed by revision [5485] in version: 3.3.3.0
- 02:31 Ticket #1370 (StringInStr()) closed by
- Fixed: Fixed by revision [5484] in version: 3.3.3.0
- 02:15 Ticket #1372 (HTTPSetUserAgent bad description) closed by
- Fixed: Fixed by revision [5483] in version: 3.3.3.0
12/27/09:
- 23:13 Ticket #384 (More extensive testing of RunAs()) closed by
- Fixed: Fixed by revision [5480] in version: 3.3.3.0
- 20:34 Ticket #1372 (HTTPSetUserAgent bad description) created by
- Help file only says that it works with InetGet() But it works with …
- 17:41 Ticket #1371 (_TempFile() update) created by
- Add this in _TempFile() to accept "Default" keyword or -1 value […]
- 17:19 Ticket #1369 (Static.au3 example not working) closed by
- No Bug: As the documentation says, Static isn't finished so reporting bugs on it is stupid.
- 16:50 Ticket #1370 (StringInStr()) created by
- […]
- 15:02 Ticket #1369 (Static.au3 example not working) created by
- Trying out the new Static keyword, I looked at the help file, and …
- 00:58 Ticket #1343 (Docs spelling error > _GUICtrlTreeView_SetIcon.htm) closed by
- Fixed: Fixed by revision [5477] in version: 3.3.3.0
12/26/09:
- 20:04 Ticket #1368 (_ClipBoard_GetData($CF_BITMAP) not working on 3.3.2.0) created by
- this code workes fine on AutoIt 3.3.0.0, but returns zero (no …
- 18:18 Ticket #1367 (GUIDelete() crashes program when called from WM_* message handler) created by
- GUIDelete() crashes the autoit compiled executable and also the …
- 16:08 Ticket #1366 (TrayCreateItem() bug) created by
- TrayCreateItem(text [, menuID [, menuentry [, menuradioitem]]]) works …
- 12:47 Ticket #1365 (Windows 2000: GUICtrlCreateLabel before GUICtrlCreateCombo prevent ...) created by
- This is a very old bug (3.1.1.127 own this bug too) If ( a …
12/25/09:
- 20:08 Ticket #1364 (IniReadSection update) closed by
- Duplicate: No shit? I guess #15 isn't good enough?
- 18:09 Ticket #1364 (IniReadSection update) created by
- IniReadSection ( "filename", "section" ) Only the first 32767 chars …
- 17:58 Ticket #1363 (FileSetPos() error) created by
- FileSetPos($hFile, $num, $FILE_CURRENT) works incorrectly. Result is …
12/24/09:
- 05:16 Ticket #1362 (_WinAPI_WindowFromPoint() broken on x64) created by
- Indeed, I've seen #974, but I think the problem I'm addressing is …
12/23/09:
- 20:32 Ticket #1359 (Embed a file in compiled script) closed by
- Rejected
- 19:55 Ticket #1361 (_SetTime() and _SetDate() crash when accessing non-array) created by
- Here's the trace: […] I suggest changing two lines of code: 2245: …
- 18:55 Ticket #1360 (for what are these files) created by
- I think you doesn`t need these two file for the help file: …
12/22/09:
- 20:22 Ticket #1359 (Embed a file in compiled script) created by
- It would be nice to be able to embed a file into the compiled autoit …
- 16:34 Ticket #1344 (_WinAPI_CreateFile - Use of magic number and resulting 64-bit ...) closed by
- Fixed
- 06:10 Ticket #1358 (FileCreateNTFSLink Example has mixed up Parameters) closed by
- Fixed: Fixed by revision [5469] in version: 3.3.3.0
12/21/09:
- 23:07 Ticket #1358 (FileCreateNTFSLink Example has mixed up Parameters) created by
- In section "Examples" of FileCreateNTFSLink are parameters "source", …
- 21:11 Ticket #1357 (New concatenation operator for Static) closed by
- Rejected: I guess you didn't bother to read this very large message in the documentation? […] The feature is not complete, it contains bugs. Asking for new functionality for a feature that isn't even complete is just... annoying. Please wait until the feature is actually fully supported before trying to discuss it.
- 20:35 Ticket #1357 (New concatenation operator for Static) created by
- Special concatenation operator with new Static is missing. This …
12/20/09:
- 21:58 Ticket #1356 (Problem with table data for _GDIPlus_GraphicsMeasureString) created by
- The data that we want is squashed over to the far right in the …
- 21:27 Ticket #1355 (Data types mixed) reopened by
- Ugh.
- 00:52 Ticket #1355 (Data types mixed) closed by
- No Bug: AutoIt displays all values as signed integers. The values you are working with are unsigned. The same bits are set in either case. This is not a bug.
12/19/09:
- 23:54 Ticket #1355 (Data types mixed) created by
- With new 3.3.2.0 version there are issue(s) with data types with …
- 08:54 Ticket #1338 (_arrayDisplay() GUI position error) closed by
- Fixed: Fixed by revision [5465] in version: 3.3.3.0
- 07:49 Ticket #1354 (sqlite function problem...) created by
- I updated autoit from v3.3.0.0 to v3.3.2.0. but, extracted korean …
12/18/09:
- 21:55 Ticket #1353 (_FileWriteToLine() excessively strict on input text type) created by
- Reported by user anixon: …
- 20:34 Ticket #1352 (StringSplit hard crash on binary data) created by
- Theese examples will show that script is crashing when using …
- 12:49 Milestone 3.3.2.0 completed
12/16/09:
- 21:18 Ticket #1351 (Why "text" = 0 ?) closed by
- No Bug: Use the forum to ask questions.
- 20:46 Ticket #1351 (Why "text" = 0 ?) created by
- Environment = 3.3.0.0 under WIN_XP/Dodatek Service Pack 2 X86 […] …
- 18:27 Ticket #1350 (Obfuscator line excludes) closed by
- Rejected: This is implemented already. […] Ask support via the forum.
- 17:37 Ticket #1349 (InetGet not working without Filename) closed by
- No Bug: Feedback? If you want feedback then you ask on the forum. Where you would have been told this is not a bug.
- 15:33 Ticket #1350 (Obfuscator line excludes) created by
- there are two lines in my code where I am comparing strings and the …
- 11:08 Ticket #1349 (InetGet not working without Filename) created by
- There is no network communication for InetGet if the optional …
- 03:30 Ticket #1348 (aut2exe Mangles Named RCDATA Resources) created by
- If I add a named resource to AutoItSC.bin with ResHacker, then compile …
- 01:43 Ticket #1347 (Restoring cursor position after certain scite4autoit tools.) closed by
- Rejected: Since you still haven't offered any insight into what you are talking about I'm closing this.
12/15/09:
- 19:26 Ticket #1347 (Restoring cursor position after certain scite4autoit tools.) created by
- Making them feel more like how scite's own 'duplicate'(alt-d) tool …
- 17:55 Ticket #1345 (3.3.1.7 Number("35.") returns 0) closed by
- Fixed: Fixed by revision [5456] in version: 3.3.3.0
- 17:42 Ticket #1346 (Send doesn't work with windows opened under another user) closed by
- No Bug: I suggest you debug your code a bit further. There is a mistake in your code and once you correct that it will work just fine.
- 15:28 Ticket #1346 (Send doesn't work with windows opened under another user) created by
- Send doesn't work with windows opened under another user. Following …
- 15:16 Ticket #1345 (3.3.1.7 Number("35.") returns 0) created by
- As the summary says, Number() used on a string that contains a number …
- 14:36 Ticket #1344 (_WinAPI_CreateFile - Use of magic number and resulting 64-bit ...) created by
- Said function tests for 0xFFFFFFFF (which equals INVALID_HANDLE_VALUE …
12/14/09:
- 18:09 Ticket #1343 (Docs spelling error > _GUICtrlTreeView_SetIcon.htm) created by
- In _GUICtrlTreeView_SetIcon.htm $iImageMode [optional] 2=normal image …
12/12/09:
- 21:08 Ticket #1342 (DllStructCreate does not accept variable names with underscore) closed by
- Duplicate: Replying to thomas.baglin@…: > Hoping I am not wasting your time :-) You are because you: * Didn't check the issue tracker to see it's already been reported. * Didn't test with the latest beta to see that it's already been fixed. Closing as duplicate of #1321.
- 20:31 Ticket #1342 (DllStructCreate does not accept variable names with underscore) created by
- $dllstruct=dllstructcreate("int titi_1") consolewrite("@error reported …
12/11/09:
- 23:16 Ticket #1341 (Win7 x64 - Cannot send any messages to dialog controls) created by
- Script here: Dim $total WinWaitActive("Progress Quest - New …
- 21:53 Ticket #1340 (Send("{ENTER}") in IE7) created by
- If I create a login script which simply uses Send for all functions: …
- 08:53 Ticket #1327 (F1 in Scite Does Not Open Help File for Some Keywords) reopened by
- It actually would make more sense to me when we double-quote the command itself. could you try that for me as i have no issues on my installation? command.help.$(au3)="$(autoit3dir)\Autoit3Help.exe" $(CurrentWord) Thanks Jos
12/10/09:
- 21:12 Milestone 3.3.1.7 completed
- 21:05 Ticket #1339 (Update helpfile translations links) created by
- Hi, if there is some time available, these links should be updated. …
- 20:22 Ticket #1338 (_arrayDisplay() GUI position error) created by
- The _arrayDisplay() function calculates a very poor GUI location when …
- 18:31 Ticket #1337 (Custom context (popup) menus not working on non-compiled script) closed by
- No Bug
- 09:09 Ticket #1337 (Custom context (popup) menus not working on non-compiled script) created by
- Just found a very weird issue while testing some menus I intend to use …
- 04:13 Ticket #1326 (_GuiCtrlListView_DeleteItem does not handle control ID correctly) closed by
- No Bug: You should never destroy something AutoIt created with anything other than the specified function for destruction. To that end the Example2() in the documentation is actually doing something bad. Likewise, your suggestion is doing something bad. AutoIt will never free the internal resources for any items destroyed that way.
- 04:05 Ticket #1329 (GUICtrlCreatePic width=height=0.) closed by
- Wont Fix: I'm closing this as "Won't fix". It's definitely a bug but it's the exact sort of bug that reminds me why the current GUI implementation is absolute garbage and why it needs ripped out and written by somebody who knows what they are doing. I'm afraid you're going to have to live with this one for a very long time.
- 03:45 Ticket #1330 (_GUICtrlListView_CreateSolidBitMap() - the same as ...) closed by
- No Bug: It looks like it's a thin wrapper provided for convenience. I think it's fine the way it is.
- 03:43 Ticket #1325 (Date.au3: calls to _Date_Time_SetLocalTime($pSystemTime) are not ...) closed by
- Fixed: Fixed by revision [5440] in version: 3.3.1.7
- 00:20 Ticket #1333 (Some AUTOIT scripts does not work with SMS/SCCM) closed by
- No Bug: As a Administrator on SCCM I can say that all current versions work just fine. If you have a script expecting screens, they are not going to work. This should of been posted on the forum as question.
12/09/09:
- 21:03 Ticket #1335 (_ColorConvertRGBtoHSL incorrectly normalised to 240) closed by
- No Bug: What makes you think it's wrong? Because it's not. Go open MSPaint and try to type 300 into any of the Hue, Saturation or Luminance fields of the color picker and see what it does.
- 19:27 Ticket #1328 (StringFormat() does not produce right output in AutoIt v3.3.1.6 (beta)) closed by
- Fixed: Fixed by revision [5438] in version: 3.3.1.7
- 19:03 Ticket #1331 (Help example for _GuiCtrlDTP_SetSystemTimeEx uses wrong struct.) closed by
- Fixed: Fixed by revision [5437] in version: 3.3.1.7
- 18:54 Ticket #1336 (Remove UDF hard-coded buffer sizes.) created by
- Using hard-coded buffer sizes is horrible programming. This ticket is …
- 18:32 Ticket #1323 (Wrong size of some types in DllStructCreate()) closed by
- Fixed: Fixed by revision [5436] in version: 3.3.1.7
- 05:34 Ticket #1322 (ControlCommand with "GetSelected" used on ListView crashes the script) closed by
- Fixed: Fixed by revision [5435] in version: 3.3.1.7
- 05:01 Ticket #1321 (DllStruct Element Name Limits) closed by
- Fixed: Fixed by revision [5434] in version: 3.3.1.7
- 01:30 Ticket #1332 (Mod funktion wrong output) closed by
- Fixed: Fixed by revision [5432] in version: 3.3.1.7
12/08/09:
- 20:25 Ticket #1303 (script to replace the @ScriptLineNumbe) closed by
- Rejected: This isn't going to be added to Obfuscator because that doesn't belong in there. It is easy to write a script to preprocess the input script which will: - add all include files. (Got a script for this already available) - replaces all @ScriptLineNumber with something like Filename/Original line number. There will be some hurdles to take and it doesn't look like to OP is interested in investing time here to properly define the scope. My current suggestion is to write a POC first yourself to demonstrate what is wanted and post that in the examples forum. Jos
- 20:17 Ticket #1327 (F1 in Scite Does Not Open Help File for Some Keywords) closed by
- Works For Me: closed as there is no reply and cannot replicate the issue. Jos
- 19:09 Ticket #1334 (dynamic include - rt embedding - Bug found?) closed by
- Rejected: Too long, didn't read. The title says it all. AutoIt is a compiled language, there is no place for "dynamic #include" in AutoIt. Also I suggest you learn the language a little bit better and you should be able to design your own extension interface using existing functionality.
- 18:12 Ticket #1335 (_ColorConvertRGBtoHSL incorrectly normalised to 240) created by
- At the end of the UDF, HSL values are multiplied by 240 for no reason. …
- 12:17 Ticket #1334 (dynamic include - rt embedding - Bug found?) created by
- How about the try to do dynamic includes like: #include $myFile[0] …
- 11:21 Ticket #1333 (Some AUTOIT scripts does not work with SMS/SCCM) created by
- Some of the scripts created using AUTOIT versions later than 3.1.1 …
Note: See TracTimeline
for information about the timeline view.