you can supply a password when compiling an autoit script. without the password the decompiler won't run on the .exe. you could also save the password as an...
Can anyone think of a way to prepend the date and time when using FileAppend to write to a text file? Under Windows 2000, I can run date/t and time/t to add a...
Use the special the following AutoIt variables: A_SEC Seconds after the minute (00-59) A_MIN Minutes after the hour (00-59) A_HOUR Hours after midnight (00-23)...
C has #INCLUDE HTML has style sheets Is there any way to "include" an autoIt script in another. That way, I could put the Search and Replace function (thanks...
Hi Jeff, this is from autoit help: The "#include" Command In an AutoIt script, other scripts can be included using the "#include" command: #include <filename...
you might like to try Super Calculator from http://members.tripod.com/plamentd/downloads.html <http://members.tripod.com/plamentd/downloads.html> your 'handy...
hello I would like to use autoits ifnotexist statement to check the existence of a file, if not, the file should be copied into a special directory on the...
Where you have "copy, ...." replace "copy" with "%comspec% /c copy <source file path> <destination file path>" Jeremy Mlazovsky PC/Network Specialist UD IT ...
... I didn't knew the SuperCalculator, I added it to my collection... I already had PCalc on my hard disk, it is not bad. I also have YACalc (Yet Another...
Yes you do, use Israel's script ... ... c:\\programme\\irfanview\\test.ini.mus \\\\server5 \\homes\\test.ini,,hide ... existence of a file, if not, the ... ...
All, I have script that reads a path from an .ini file and it works just fine from the .aut file. If I compile and make changes to the path in the .ini file...
I have several scripts that work just fine when I execute them but they do not work if the screen saver is active and the console has been locked. Is this a...
Larry, Here's the script and .ini files. What ever you (& the others) can do is appreciated. I think the way I've been able to replicate the problem...
A couple things to remember... When running a "%comspec% /c" with a path as a variable, surround the full path with quotes...... RunWait,%comspec% /c del...
Hi. I want to ask: 1. How could I send '-' to some window. But here we have 2 '-' on the keyboard. I want to send numpad '-' key code. 2. When I have some...