I would like to use an application that presents a window into which I would direct key strokes. The application would repeat the keystrokes to a target...
You go to make so-called AutoScript, I think. Larry is an expert in application of this sort. Get his application: AutoScriptWriter.ZIP from Files of this...
Accounts In Forex ! From my observation the trend is more pronounced in the US as you would expect. Most US based traders assume they will see their balance at...
If you are using the AutoIt version of Scite to edit scripts, you already have a program designed to do what you describe. It is called ScriptWriter, it is in...
I forgot to mention that you can get more information about the AutoIt version of Scite at http://www.autoitscript.com/autoit3/scite/ You can download it at...
This does work very well, however given the newer widescreen laptops and other monitor / desktop configurations, the mouse movements will need some major...
Hey, I am a work-study student working for my college IT department and I stumbled upon auto it a few months ago. Are there any scripts out there that would...
hey... you need to write your own installers,but simple buttons are here #include "GUIConstants.au3" Opt("GUIOnEventMode", 1) $GUIMain=GUICreate ( "IT instaler...
Petr, You are suggesting the template of script which can't be simply closed. It should be completed by the handler of $GUI_EVENT_CLOSE event! So, real code of...
Hi Group I am currently writing a script which has very long lines and I saw someone who helped me before, breaking up these lines of script with some...
Hi Gert, You should add underscore character "_": Msgbox("Header","bbbbbbbbbbbbbbb" & _ "ccccccccccccccccccccc") Don't tested... Valery ... saw someone ... ...
On all my machines except my main workstation I have set up AU3 to be edited on the first context pick or just on enter or double click. Where is the param to...
Take a look at the HKEY_CLASSES_ROOT\.au3 registry key on both a machine with the setup you like, and a machne with the setup you dont like. Its not too...
Thanks Michael, I've re-learned something again today, andd it's only a few hours old. Seems like no matter how much we know about something, if we don't do it...
Hi, I was wondering, if there is anyone (in this group) has written a script using AutoIT to download and patch multiple windows machines? Or is is there any...
Mickey, I suggest that you look into AutoPatcher. It is the simplest way to keep systems patched with minimum hassles. http://www.autopatcher.com -= Victor =- ...
Thank you Victor, I will ... Mickey Victor Gascon <victor@...> wrote: Mickey, I suggest that you look into AutoPatcher. It is the simplest way to keep ...
Michael, ... down shift and right click on your file, select "Open With". My XP's context menu has only difference between right click with and without Shift...
Mickey, Before you go re-inventing the wheel, take a look at the FREE MBSA - Microsoft Baseline Security Analyzer. It wont push the patches missing, but it...
Oops sorry for the added bandwidth...but I forgot to add for Valery... Every time I right click on a shortcut, I have the option of pinning to the start menu....
Have a look at Hotfix Installer: http://www.novell.com/coolsolutions/tools/14452.html Seems the authors website www.wildhair.org suffered some type of crash. ...
After spending some time fooling around with context menus, I can say that even though you think you've set them all up the same, they will show differences...
Rich, I remember the cute gear of characters of the "One Hundred Years of Solitude" by Gabriel García Márquez. Population of village suddenly stop to sleep...
Hi, I've written encode/decode gui to test on-fly creation and run short DOS utility arctest.com by Andrey Khokhlov. This script "AutoCodec" can pack/unpack...