It's very strange but my file APyPDF_1_03.zip was deleted from Files/Misc of this group without notification and reason remarks. It's just 60Kb. ;-( Valery...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Aug 2, 2006 6:55 am
30107
Hi, This trial seams to be more useful, I think. ... History: 1 August 2006 - v 1.03 Added - ex1_.py, ex6.py Fixed - Write(), Image(), AddLink(), SetLink(),...
I'm new to this group but i'm quite familiar with autoit. I discovered it while searching for freeware programming languages. Now I'm involved in making a...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Aug 2, 2006 2:39 pm
30110
Hi, This class can show the Valery Ivanov squares, I think. ... History: 2 August 2006 - v 1.04 Added - SetAlpha(), examples - ex7.py, ex8.py, 1 August 2006 -...
Can AutoIt tell me when a new file is put into a folder? I'm looking for a utility that runs as a process or service and does something when a new file shows...
Bill, Try this script to check when a new file exists in a directory: while 1 sleep(1000) $file=filefindfirstfile(@workingdir & "\newdir\*.*") if @error then ...
X-Sight Interactive
necdet@...
Aug 2, 2006 5:21 pm
30113
Damien, Hey, thank you for your reply. I was looking for something that can listen in on Windows events and get called (via an async callback) when an event...
I don't know much about calling windows events with autoit, I'm struggling with the dll functions myself. I'm ok on com objects, though, which are supposed to...
X-Sight Interactive
necdet@...
Aug 2, 2006 9:09 pm
30115
About "dynamic monitoring of any specified directory" see here: http://www.codeproject.com/file/FileSpyArticle.asp...
Thanks Val. This is exactly the functionality I was looking for. I was hoping for an AutoIt solution, but this explains the events we're looking for....
But you should remember: - If something can go wrong, it will. - If anything simply cannot go wrong, it will anyway. .... - The buddy system is essential to...
Hi all, I need to create a script that will be run on my company's workstations at login and make some actions : remove folders, delete dll's in system32 ...
Florent Gilain
florent.gilain@...
Aug 3, 2006 2:10 pm
30120
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Aug 4, 2006 10:55 am
30121
Hi, ============================================= Important note: APyPDF v1.05+ goes under: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 See details here: ...
... There is a FAQ.. (I think) that explains how you would use RunAsSet() and Run() to have a script restart itself... giving all actions admin privileges... ...
nice german autoit forum: http://autoit.aufwaerts.de/portal.php Mit freundlichem Gruß / With kind regards Fielmann AG Carsten Lüth IT - Desktop Services ...
I'd like to put what is in the ClipBoard into 10 boxes. The clipboard contains 1-2-3-4-5-6-7-8-9-10 Box 1 should end up with "1" Box 2 should end up with "2" ...
Well if I can't get the ClipBoard contents pasted maybe someone will know how to pull out a substring of a variable. I'd like to put what is in the variable...
I attched a demo au3 file that shows parsing and the send command... this is junky, but it should get the point across for one way of parsing and pasting......
Hi, ============================================= Important note: APyPDF v1.05+ goes under: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 See details here: ...