Search the web
Sign In
New User? Sign Up
AutoItList · AutoIt Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26178 - 26208 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26178
Hey guys Can I get the computer name or computer username with vbs or autoitx? Rick ===== http://sports.groups.yahoo.com/group/Martial_Arts_Ads_And_Discussion ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Dec 1, 2004
9:07 pm
26179
You should be able to use: @ComputerName = Computer's network name. @UserName = ID of the currently logged on user. Sincerely yours, Jeremy Landes ...
Jeremy Landes
jslandes
Offline Send Email
Dec 1, 2004
9:29 pm
26180
With autoix? Rick ... http://sports.groups.yahoo.com/group/Martial_Arts_Ads_And_Discussion ... http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/EGnolB/TM ... ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Dec 1, 2004
9:50 pm
26181
VBS: Set WshNetwork = WScript.CreateObject("WScript.Network") WScript.Echo "Computer Name = " & WshNetwork.ComputerName WScript.Echo "User Name = " &...
Terwelp, Jeff
kotafootball
Offline Send Email
Dec 1, 2004
10:03 pm
26182
Jerry, I see @computername and @ipaddress1 under macros... How can I get the dns server IP and the gateway IP??? thanks a ton? ... ...
mihalski
Offline Send Email
Dec 1, 2004
11:07 pm
26183
I think you'd need to use IPCONFIG and pipe the results to a text file and then read it into AutoIt. The only other macros that you could try would be ...
Jeremy Landes
jslandes
Offline Send Email
Dec 2, 2004
1:42 am
26184
Love ya mannnnnnnnnnnnnnnn Oh as i said once never let it be said I wasn't smart enough to get around my lack of intelligence. I ran an autoit compiled script...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Dec 2, 2004
2:06 am
26185
working on a program that: locates a file "foo" on the hard drive, floppy, cd, wherever right now, using command line # dir \ / |attrib /s | find "foo" > to ...
matt beal
mjbindy1
Offline Send Email
Dec 3, 2004
2:37 am
26186
How to test a variable to know if contains only numbers? Thanks. -- Wagner Diniz Supervisor de Redes Vetorial.net O melhor em Internet, o melhor em...
Wagner_D
wagner_dd
Offline Send Email
Dec 3, 2004
3:17 am
26187
IsNumber ( variable ) jack a great lump of water flowing slowly downhill forever ... From: Wagner_D [mailto:wagnerdd.at.gmail.com@...] ...
ygw2@...
jack_horsfield
Offline Send Email
Dec 3, 2004
6:47 am
26188
Larry has a search subdirs function using filefind Rick ... http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/EGnolB/TM ... ===== ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Dec 3, 2004
7:49 am
26189
Hi I've been a big fan of 2 now struggling to fid my feet in 3 I want to output some stuff to a file but it doesn't seem to like sending macros to a file, do I...
Bob Green
h4cks
Offline Send Email
Dec 3, 2004
12:11 pm
26190
First quick and dirty look:you did set a $ instead of & behind @username Christa...
Christa Banken
christa_banken
Offline Send Email
Dec 3, 2004
12:19 pm
26191
quick dirty and accurate many thanks. seems to have gone though without an error. I'm Sure I'll be back on here for a while asking daft questions whilst I get...
Bob Green
h4cks
Offline Send Email
Dec 3, 2004
1:41 pm
26192
No I thought it worked, but not when tried on a computer that didnt have the right name which would have caused the following 'logging' line to run FileWrite (...
Bob Green
h4cks
Offline Send Email
Dec 3, 2004
2:14 pm
26193
This should work for you Bob.. $file = FileOpen( "\\ambsfile01\script$\AMBS-CHECKER.txt <file://\\ambsfile01\script$\AMBS-CHECKER.txt> ", 1) If $file = -1 Then...
Maynard, Tony
dranyam_ynot
Offline Send Email
Dec 3, 2004
2:45 pm
26194
Sorry, Our email server truncated the message from HTML to plain text. I will repost using the newsgroup from Yahoo _____ From: Maynard, Tony Sent: Friday,...
Maynard, Tony
dranyam_ynot
Offline Send Email
Dec 3, 2004
2:53 pm
26195
REPOST of Message $file = FileOpen( "\\ambsfile01\script$\AMBS-CHECKER.txt", 1) If $file = -1 Then MsgBox(0, "Error", "Unable to find the file.") Exit EndIf ...
dranyam_ynot
Offline Send Email
Dec 3, 2004
2:57 pm
26196
right got you, the help file was too clear on cocatenation thanks...
Bob Green
h4cks
Offline Send Email
Dec 3, 2004
3:51 pm
26197
Hi group here is a do loop I come up with it works ok fine what I like to do is a message box like this MsgBox(0, "Error", "enter a number from 01 to 31.") ...
Beau
n9mfk9
Online Now Send Email
Dec 3, 2004
5:11 pm
26198
This should work for you!! $bLoop = 1 While $bLoop = 1 $var = InputBox ("TITLE - Testing ", "Enter your number from 1 to 31", "", "", 200, 150) If $var > 32...
Maynard, Tony
dranyam_ynot
Offline Send Email
Dec 3, 2004
5:30 pm
26199
I think this is an easier way: $bLoop = 1 While $bLoop = 1 $var = InputBox ("TITLE - Testing ", "Enter your number from 1 to 31", "", "", 200, 150) If $var >...
Armando Miller
amillerlistas
Offline Send Email
Dec 3, 2004
8:09 pm
26200
This seems closer to the desired result you may be looking for. I used your syntax for the most part and added some operators as you can see. This is only 1...
Maynard, Tony
dranyam_ynot
Offline Send Email
Dec 3, 2004
8:56 pm
26201
Please, is there a way to convert html table to a csv file ? somme think like this Func html_To_csv ($The_given_url, $separator,$output_csv_file) ; ...
supergg02
Offline
Dec 3, 2004
11:15 pm
26202
hi group why does this not work an show 0 even if the input is a number $answer = InputBox("Testing", "Enter your number", "", " 2") $num = isnumber($answer) ...
Beau
n9mfk9
Online Now Send Email
Dec 4, 2004
11:51 pm
26204
Hi Beau, Because IsNumber returns a string. Look in the help file for functions StringIsInt and StringIsFloat. Phillip ... ...
Phillip Adams
phillip123adams
Offline Send Email
Dec 5, 2004
12:36 am
26205
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...
Send Email
Dec 5, 2004
1:11 pm
26206
I've uploaded a file to the User-Temp area which does just that. It's been tested locally and over the internet and it works. But ... if you find that you...
cephasoz
Offline Send Email
Dec 5, 2004
1:17 pm
26207
Thinks cephas ! it work but you have to add just at line 69 an other test "If StringLen( $sOutput ) > 0 And $hCSV > -1 Then" to prevent File Access Error. so...
supergg02
Offline
Dec 5, 2004
4:14 pm
26208
The AUTOIT Run command behaves differently to the Run option on the Start Menu. I'd like to be able to access the Start Menu Run option. The examples script...
kec3122000
Offline Send Email
Dec 5, 2004
4:34 pm
Messages 26178 - 26208 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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