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 ...
With autoix? Rick ... http://sports.groups.yahoo.com/group/Martial_Arts_Ads_And_Discussion ... http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/EGnolB/TM ... ...
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 ...
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...
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 ...
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...
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...
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 (...
This should work for you Bob.. $file = FileOpen( "\\ambsfile01\script$\AMBS-CHECKER.txt <file://\\ambsfile01\script$\AMBS-CHECKER.txt> ", 1) If $file = -1 Then...
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,...
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 ...
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.") ...
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...
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 >...
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...
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) ; ...
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) ...
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...
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...
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...
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...