-
Posts
4,700 -
Joined
-
Last visited
-
Days Won
146
argumentum last won the day on June 15
argumentum had the most liked content!
About argumentum

Profile Information
-
Member Title
✨Universalist ✨
-
Location
I'm in your browser now =)
-
WWW
https://www.youtube.com/watch?v=SjwX-zMRxO0&t=5s
-
Interests
Relax
argumentum's Achievements
-
Open all files starting with "0" in subfolder?
argumentum replied to Diana (Cda)'s topic in AutoIt General Help and Support
#include <file.au3> #include <Array.au3> ConsoleWrite( OpemEmAllZero(@ScriptDir & "\Startup") & @CRLF) Func OpemEmAllZero($sPath) Local $iPID, $i, $aArray = _FileListToArray($sPath, "0*.*", 1, TRUE) If UBound($aArray) < 2 Then Return SetError(1, 0, "Ain't nothing there") For $i = 1 To $aArray[0] $iPID = ShellExecute($aArray[$i]) ConsoleWrite(($iPID ? "-" : "!") & ' ' & $iPID & @TAB & '>' & $aArray[$i] & '<' & @CRLF) Next EndFunc Tested and working with the latest AutoIt version. This is what @pixelsearch gave you but as a function with some feedback for debugging. If this don't work, share the console. Like: >"D:\Utilities\AutoIt3\SciTE\..\AutoIt3.exe" "D:\Utilities\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "V:\]ROG9900\Tester\Downloads\TIDY_issue_with_comment_after_include\TIDY_issue_with_comment_after_include\main.au3" /UserParams +>12:58:27 Starting AutoIt3Wrapper (pid=3540) 25.205.1420.10 from:SciTE.exe (4.4.6.0) Keyboard:00000409 OS:WIN_11/2009 CPU:X64 OS:X64 Environment(Language:0409) CodePage:0 utf8.auto.check:4 +> SciTEDir => D:\Utilities\AutoIt3\SciTE UserDir => C:\Users\Tester\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\Tester\AppData\Local\AutoIt v3\SciTE >Running AU3Check (3.3.17.2) from:D:\Utilities\AutoIt3 input:V:\]ROG9900\Tester\Downloads\TIDY_issue_with_comment_after_include\TIDY_issue_with_comment_after_include\main.au3 +>12:58:28 AU3Check ended. rc:0 >Running:(3.3.16.1):D:\Utilities\AutoIt3\autoit3.exe "V:\]ROG9900\Tester\Downloads\TIDY_issue_with_comment_after_include\TIDY_issue_with_comment_after_include\main.au3" +>Setting Hotkeys...--> Press Ctrl+Alt+Break to Restart. --> Press Ctrl+BREAK to Stop. - 9516 >V:\]ROG9900\Tester\Downloads\TIDY_issue_with_comment_after_include\TIDY_issue_with_comment_after_include\Startup\0-New Text Document.txt< - 12936 >V:\]ROG9900\Tester\Downloads\TIDY_issue_with_comment_after_include\TIDY_issue_with_comment_after_include\Startup\0-vlcsnap-2025-04-20-03h50m45s754.png< 0 > +>12:58:28 AutoIt3 ended. rc:0 +>12:58:28 AutoIt3Wrapper Finished. >Exit code: 0 Time: 1.61 that way we can get a hint of what may be the problem. -
Open all files starting with "0" in subfolder?
argumentum replied to Diana (Cda)'s topic in AutoIt General Help and Support
Cool. I need to organize my ... everything, myself too. What is this AI you refer to ?, an agentic thing, RAG ... or just a script ? Side note: I have a plan, that is to learn linux and python and react because, that seem to be what these LLMs understand best. I gave my self some 2 years to understand it all. I hope to then, start building a "mini-me", J.A.R.V.I.S. like thing -
pixelsearch reacted to a post in a topic: Open all files starting with "0" in subfolder?
-
Open all files starting with "0" in subfolder?
argumentum replied to Diana (Cda)'s topic in AutoIt General Help and Support
It all makes little sense or whatever. ..you're missing the path, hence, nothing. In any case, why would anyone would like to run/shellExecute a bunch of files ? -
argumentum reacted to a post in a topic: Another AutoIt extension for Visual Studio Code
-
argumentum reacted to a post in a topic: DwmColorBlurMica
-
argumentum reacted to a post in a topic: How to write in two boxes and limit text in Edit
-
How to write in two boxes and limit text in Edit
argumentum replied to Keketoco00's topic in AutoIt General Help and Support
Explain your self. -
argumentum reacted to a post in a topic: The Experimental Autoit RPGenerator (IRC MOPRG Project) Python - Autoit - mIRC
-
Local $hIcon = 0, $oNotif = 0, $bSuccess = False, $hTimer = TimerInit() ... ... If Not IsObj($oNotif) Then ConsoleWrite("Error: Failed to create COM object." & @CRLF) Return SetError(2, Int(TimerDiff($hTimer)), False) EndIf ... ... Return SetError(Int(Not $bSuccess), Int(TimerDiff($hTimer)), $bSuccess) ..so that when DoNotDisturb is ON, get a feedback of sorts ? ( due to the short time it took to return ) Now, if the Notification board/thingy is open it'll show forever but if is not then this: for a few seconds, but will not show in the above board, even if I leave the script running ( in a while loop ). Is that a user setting or something that can be coded ? Edit: ..remembered something about this and .. here is my answer ( untested by me yet ) https://www.autoitscript.com/forum/topic/211659-autoit-notifications-do-not-stay-in-windows-11-notification-centre/#findComment-1531865
-
argumentum reacted to a post in a topic: IUserNotification
-
argumentum reacted to a post in a topic: How to write in two boxes and limit text in Edit
-
WildByDesign reacted to a post in a topic: DwmColorBlurMica
-
..about a web site ?. You can serve ... look at this example and if you can make a decent web gui, then that would work too I guess. Then you have GUIs like in PE Network Manager that are quite creative:
-
WildByDesign reacted to a post in a topic: DwmColorBlurMica
-
..yes, that was nonsense
-
It can be explicit: each rule is defined, or differential: just declare the values that will be different from default. Don't forget that eventually you'll make a GUI for the settings so, add a "RuleName=My Houes MyRules For This" And even tho 2 digit is enough, I'd make it 3 digit ( Rule_001 ) to make it more... better Since you're gonna read the ini, you'll manually do the transpose. Looks good
-
genius257 reacted to a post in a topic: Fast array functions concept [feedback wanted]
-
"Pss, ..Pssss, ...PSSSS!" 😛
-
Fast array functions concept [feedback wanted]
argumentum replied to genius257's topic in AutoIt Projects and Collaboration
Ok, what size array/dimensions are you thinking of ?, what frequent use ?. If the array is small, is not that slow ( for AutoIt ) but, ... what circumstances would require lightning fast array manipulation ? -
Tested and with $NIIF_RESPECT_QUIET_TIME didn't even stay on. Then tried $NIIF_INFO and that, it did like, but no show of anything but the selected icon, and would only go away after clicking the icon. On x64 it'd crash.
-
..that's for web development. Python, react and the like. And their documentation is quite poor.
-
How can I mount an iso image with autoit?
argumentum replied to Keketoco00's topic in AutoIt General Help and Support
this guy here ( https://github.com/christitustech/winutil ) does it. Look at the code and copy the parts that you need. -
Scite auto completion for python
argumentum replied to WarMan's topic in AutoIt General Help and Support
In au3.keywords.properties you have those. The call tips are in "au3.api". Therefore I guesstimate that you'd put the calltips for python in python.api and the definitions in python.properties. ..the only thing that I can think of is get the SciTE from their site and try that one ?, see how they handle it ? 🤷♂️