Thanks! That was it. (Yes I have XP) ... From: valery_vi [mailto:shehrer1@...] Sent: Tuesday, March 29, 2005 11:56 PM To: AutoItList@yahoogroups.com ...
Oski, Thanks for the input.. I will be changing the au3.properties more or lesss like you mentioned in the post and will also update the batchfiles. A new...
... Not yet but thanks for asking and remembering. I looked at stringreplace and decided to to with a document.write instead below the button. BUT now I have...
Check out WSName: http://mystuff.clarke.co.nz/wsname.html. Many options to use, file, DNS, etc. Mike Henderson Technology Director Hawkins ISD 231 Hawk Dr ...
Well, since you had me so intigued, I just had to make google work for its money. I found this neat little example. IT may be FAR more useful to you than what...
Michael Curley
Michael.Curley@...
Apr 1, 2005 9:55 pm
26890
Alright! I finally got a chance to check out that nugget of wisdom you posted Patrick, and I gotta tell you I was so happy I was close to giggling. (If you...
Michael Curley
Michael.Curley@...
Apr 1, 2005 10:03 pm
26891
Thanks buddy I'll check it out Rick ... http://sports.groups.yahoo.com/group/Martial_Arts_Ads_And_Discussion ... Monthly Fight Clips in Monthly Announcements ...
You can declare an array of size 3, put each variable into the array, and return the array. Func someFunc() ... Local $aReturn[3] $aReturn[0] = $a $aReturn[1]...
Works fine for me. Here is the old address: mytoolsandstuff.tripod.com which redirects you to the one below. Also, if you do a google search for wsname, it is...
I have 3 sets of 9 variables that i have declared. one set represents filenames, one set represents old file versions and one set represents new file...
Eval() might work for you, but wouldn't an array make it a lot easier ? Something like: Dim $file[9] Dim $vernew[9] Dim $verold[9] $file[0]= "dzactx.dll" ...
Will that work for a function? I thought I had to do return $a I'd like to do that for multiple vars return $a $b Rick ... Monthly Fight Clips in Monthly...
read to fast thanks Rick ... Monthly Fight Clips in Monthly Announcements http://sports.groups.yahoo.com/group/Martial_Arts_Ads_And_Discussion Workout Timer...
This idea worked very well. I had to add [$x] at the end of each variable reference in the if statement, but your suggestion got me there. Thanks again. I...
I'm looking for a way to obtain the full file specification for a given file, such that something like this would work: $fullFile = FileFullSpec("foo.txt") ...
You may want to try FileGetLong and/or FileGetShort. I personally try to avoid using relative in my scripts, as they do not always work the same way before...
Michael Curley
Michael.Curley@...
Apr 5, 2005 2:29 pm
26907
Van, Have you been able to make the encryption/decryption personalized? Thanks! Jim ... From: Van Renier [mailto:van_renier@...] Sent: Monday, December...
Correction: It is FileGetLongNAME and FileGetShortNAME. sorry for the confusion. ________________________________ From: Michael Curley...
Michael Curley
Michael.Curley@...
Apr 5, 2005 2:39 pm
26909
Jeremy, Is there any chance you might find time to show me how to make the encrypt/decrypt code personalized (password protected or something unique to me)??? ...
If you are desperate for a simple encryption scheme, you can use this, it is probably not the most efficient, and I dont know if it werks for anything other...
Michael Curley
Michael.Curley@...
Apr 5, 2005 7:21 pm
26911
Thanks a bunch, but the one Jeremy did works great. I just need a way to make it personal. That is, so any individual that reads these postings and gets the...
Jim, No. To suit my needs, I have realized I could encrypt the text multiple times, and at different levels. In this method, you can arbitrarily set a...
I have written the following script: run("c:\program files\maxthon\maxthon.exe http://gmail.google.com") WinWaitActive("Welcome to Gmail - Maxthon Browser") ...
Hi, It seems RSS Pager can even do without vbscript with help of new version AutoIt3.1.15x and MS native COM objects. AutoIt will have very long and happy...