Hi, I've added ADTMFex screenshot in Photos/Views of this group. It can show FFT histogram of signal decoded and received. BTW. Is there more direct way to...
Anyone know if I can access GmailFS drive via a script? Trying to write an "off-site" backup script, don't think I can as it appears to use HTTP and doesn't...
The underscore still works as a means for allowing a single statement to span multiple lines. Beginning in version 3.2, the underscore must be preceded by a...
Hi, I added new screenshot of ADTMFex to describe the DTMF's decoding process. DTMF based on the following matrix: 1209Hz 1336Hz 1477Hz 1633Hz 697Hz 1 2...
I've never seen one all I can say is ewwww You lose all your search capabilities, but I am also the rarity as work as well. I'm the only "webhead" (my...
You could have an autoit script run at startup. While 1 Sleep(999999) Wend Func OnAutoItExit() ; Log Off routine here EndFunc ... windows ... 95– ... ...
This is not a corporate solution: Try to shut down your PC using the scripteleo with shutdown(1) placed at the last line. Refert to Autoit help to read more...
Hi, Today Russia has important date - the Great October Socialist Revolution day! http://en.wikipedia.org/wiki/October_Revolution I just want to remember about...
Valery, How would you celebrate the event?? At the weekend it was Guy Fawkes night here in England (5th Nov.) and we celebrate by burning effiges (or Guys) and...
Hi David, I already celebrated it with my friends and my family. A few words and traditional drinks in honor previous wise leaders - Stalin, Roosevelt and...
Look at the little unsubscribe line at the bottom of your own message and do yourself ;) ________________________________ From: AutoItList@yahoogroups.com...
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...
Nov 8, 2006 6:17 am
30495
Hi, PhoneCall makes phone-like calls with help of PC Speaker. You can change variable $PhoneCallCount to make $PhoneCallCount calls. Important note: This...
It can be useful addition to Cubix or other SIP softphone, I think. Enjoy, Valery ... http://groups.yahoo.com/group/AutoItList/files/MISC/PhoneCall.zip...
Hi Group! ; Set the RunAs parameters to use local adminstrator account RunAsSet("Administrator", @Computername, "secret") ; Run registry editor as admin ...
Hi Carsten, I had this error also and solved it like this: RunWait("regedit.exe","path") It was realy necessary to include the path into the command. It was...
Stefan Lubitz
stefan@...
Nov 9, 2006 8:01 am
30504
What is about this? Run("regedit.exe") It should be exotic case to use here runwait, I think. Valery ... was not ... realy ... invalid"...
Hi Stefan, you are right! I some constellations it don't works. With RunWait("regedit.exe","path") it works perfect! I've copied the script from the Help-File:...