Skip to search.

(*) Scheduled Maintenance: We are undertaking some essential, but extensive maintenance to improve Yahoo! Calendar. Your Group Calendar is being migrated to a much improved version of Yahoo! Calendar. During the maintenance period, you may not have access to your Groups Calendar. We sincerely apologize for this inconvenience. Your Groups Calendar is in great shape and we are working to have it available again as quickly as possible - Yahoo! Groups & Yahoo! Calendar Team

AutoItList · AutoIt Users Group

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 2361 - 2390 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2361 Philippe Lhoste
pl-mlnl@... Send Email
Oct 1, 2001
10:47 am
... First, the basis. The way I use CopyText is just to copy the files in a directory, put a shortcut to the exe file on the desktop, assign a keyboard ...
2362 Bob Paddock
bpaddock@... Send Email
Oct 1, 2001
1:05 pm
... If that was in the FAQ, I missed it, sorry, have only been on the list here for a few days. Ok, CopyText does get a hold of the text I want, but I'm not...
2363 Jack Horsfield
jack.horsfield@... Send Email
Oct 1, 2001
1:41 pm
... From: Bob Paddock [mailto:bpaddock@...] Sent: 01 October 2001 14:05 To: AutoItList@yahoogroups.com Subject: RE: [AutoIt] Reading subwindow text? ...
2364 mlazovjp@... Send Email Oct 1, 2001
3:44 pm
Someone on this list has the ability to decode an AutoIt .exe into its original .aut source code. Would that person please write me back privately? Thanks. ...
2365 mlazovjp@... Send Email Oct 1, 2001
3:57 pm
If you know the MAC address of each server, then you can do an AutoIt script that will rename the workstation depending on the MAC address of the PC the script...
2366 beardboy1@... Send Email Oct 1, 2001
10:37 pm
I would also like a copy of this if possible. thanks, beardboy ... From: <mlazovjp@...> To: <AutoItList@yahoogroups.com> Sent: Monday, October...
2367 bigpurplemoon
IYNJXSFJLCFC@... Send Email
Oct 1, 2001
11:16 pm
I've noticed that the v2.61 distribution (non-setup version) is missing the examples that were included in v2.60. Would it be possible to include the examples...
2368 Nathan D. Cole
nathancole@... Send Email
Oct 2, 2001
12:49 pm
yeah... I would like to know how to decrypt it also __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from...
2369 Martin Bertsch
m.bertsch@... Send Email
Oct 2, 2001
1:27 pm
... ... and I don't want to!!!! I want my scripts to be secure to decrypting! O.k. for some it might be very interesting if you could decrypt EXEs from lost...
2370 Jaap Tollenaar
jaap.tollenaar@... Send Email
Oct 2, 2001
2:15 pm
backup, backup, backup!!! Agreed ! With Best regards, ___________________________________ Jaap Tollenaar IT Service Industries Europe BV. Pieter Goedkoopweg 26...
2371 Jack Horsfield
jack.horsfield@... Send Email
Oct 2, 2001
2:49 pm
one of my minor problems in life is the way that autoit requires %variable% names except at those points when it is expecting a variable, in which case you...
2372 Ernst Sauerwein
ernst.sauerwein@... Send Email
Oct 2, 2001
3:00 pm
Hi, you wouldn't be able to code variable variable names then. ... -- Mit freundlichen Grüßen / with kind regards :-) Ernst Sauerwein Microsoft...
2373 Melanson, Mark E.
mmelanson@... Send Email
Oct 2, 2001
3:32 pm
For security Compile & Encrypt with a third party tool. ... From: Jaap Tollenaar [mailto:jaap.tollenaar@...] Sent: Tuesday, October 02, 2001 10:15 AM To:...
2374 Brian Keene
brian_keene@... Send Email
Oct 2, 2001
3:40 pm
Hi Jack: I agree that it can be very confusing, but without true arrays, dereferencing of variables is the only way. I would love to see both true...
2375 Philippe Lhoste
pl-mlnl@... Send Email
Oct 2, 2001
4:13 pm
... It exists, since all WSH languages (VBScript, JavaScript, etc.) can use this component. But they are quite big and often slow. Perhaps it is a good time to...
2376 Brian Keene
brian_keene@... Send Email
Oct 2, 2001
4:39 pm
Mark: Do you have a 3rd party tool that will compile an AutoIt script & also encrypt it while still leaving it executable? If so I'd love to hear about it!!!...
2377 Brian Keene
brian_keene@... Send Email
Oct 2, 2001
4:53 pm
Hi Philippe: I was just joking (well half way anyway) about AI++. I've been trying to learn Euphoria. It does everything I need in a language (including ...
2378 Michael Stubbs
mstubbs@... Send Email
Oct 2, 2001
5:35 pm
Strictly for the paranoid only! (Win98) Keeps an eye on your computer and logs any openned windows with time and date to a file. If anyone tries to open the...
2379 jack.horsfield@... Send Email Oct 2, 2001
5:59 pm
couldn't i just put %%variable%% ? i'm only suggesting that it ignores the first pair of % jack comprehensively out-visions everything else on the market ... ...
2380 Melanson, Mark E.
mmelanson@... Send Email
Oct 2, 2001
6:24 pm
Encrypt is probabnly a bad word to use... compress would be more appropriate. Go here for the tools: http://www.simtel.net/pub/msdos/execomp/ These are for DOS...
2381 Melanson, Mark E.
mmelanson@... Send Email
Oct 2, 2001
6:27 pm
Here are some for Win32 progs.... http://www.logiccell.com/~jean/Win32comp/ <http://www.logiccell.com/~jean/Win32comp/> ... From: Melanson, Mark E....
2382 Gandy, Chip (COX-Atla...
chipg@... Send Email
Oct 2, 2001
6:35 pm
Anyone know if it's possible and how to do a Shift-Right click? I need to do this to bring up the "Run As" option when right clicking an exe on Windows 2000. ...
2383 jack.horsfield@... Send Email Oct 2, 2001
7:42 pm
you don't need it: C:\WINNT\system32>runas /? RUNAS USAGE: RUNAS [/profile] [/env] [/netonly] /user:<UserName> program /profile if the user's profile...
2384 Gandy, Chip (COX-Atla...
chipg@... Send Email
Oct 2, 2001
7:56 pm
I found a VBS script that did what I needed. The purpose was to get the running of this app to create a profile for the user account that I was running it as...
2385 Richard Parslow
richard@... Send Email
Oct 2, 2001
7:57 pm
But you can below a quick script which assumes that Explorer is open in folder where the exe you want to run is. Script has some comments; Good Luck ! Richard...
2386 Jerrico
jerrico_77@... Send Email
Oct 3, 2001
12:25 pm
Hello, I am trying to read a .txt file to find a variable, and based on the exsistance of that variable do a command. Well this is what I tried so far, ...
2387 Jack Horsfield
jack.horsfield@... Send Email
Oct 3, 2001
12:29 pm
your last line should be: run,p:\\spauld~1\\is\\virus45\\sdat4163.exe or possibly: runwait,p:\\spauld~1\\is\\virus45\\sdat4163.exe the first two lines are...
2388 Michael Stubbs
mstubbs@... Send Email
Oct 3, 2001
12:38 pm
We used the Network Associates Management Console software to install the superdat on all the machines on the network from a central server. It's pretty good,...
2389 mlazovjp@... Send Email Oct 3, 2001
12:58 pm
Maybe I am doing something wrong then, because when I look through the uncompressed code, I don't see my .aut code anywhere :) Jeremy Mlazovsky PC/Network...
2390 mlazovjp@... Send Email Oct 3, 2001
12:59 pm
Or an option to encrypt .exe's if you WANT to! Jeremy Mlazovsky PC/Network Specialist UD IT University of Dayton Office: 937-229-4019 ... ... and I don't want...
Messages 2361 - 2390 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help