all those sleeps and tabs...you could do something like: SetKeyDelay, 1000 Send, {TAB 8} jack been there, done that, got the screen-saver ... From: Sensei J....
Philippe, Thanks for the info, did this sample work in vb for you? im getting error 49 on the winactivate. Any ideas? thanks scott ... AutoItDLL ... I'll...
Kewl thanks Jack I didn't know there was a setkeydelay com Rick ... ;send,C:\\backup\\subscriptions\\maritalratsezine\\martialartssemail_%A_HOUR ... ...
I am looking for a way to automate some ftp transfers. What I would like to do is scan a directory, and upload everything there to a remote site via ftp. I...
The variable %systemroot% and %WinDir% report the Windows directory. Might be safe to use thos enad then append the \System or \System32 as necessary. Jeremy...
Jon, Not to critise the great work you have done with AutoIT suite of Programmes AutoIT, AutoITX and now AutoITDLL; Do the problem(s) indicate below mean that...
That's a great tip! Jeremy Mlazovsky PC/Network Specialist UD IT University of Dayton Office: 937-229-4019 Hello Learned, Try the windows console app. ftp.exe ...
Should just be able to use Run, %comspec% /c V:\test.exe <V:\input.txt I hope I have that memorized right Rick ... ===== http://www.hometutor.f2s.com/tutoring ...
Hi all, i think Jonathan's AUTOITDLL is not the problem. I used also the AUTOITDLLDECL.BAS from Philippe Lhoste and get the errors. But there are failures in...
From the discussion on the list, and the work done with the beta testers (thanks again :) ) the current beta contains the WinActivate fixes, and the VB/Delphi...
This message seems to have disappeared the first time: From the discussion on the list, and the work done with the beta testers (thanks again :) ) the current...
Just thought I'd share; This seems to be a basic that script that will work though I end up with a bunch of other junk and cannot use the string commands well...
Thanks for the replies. I've tried the suggestions and finally got it to work. The actual problem turned out to be the path of my parameter file. It was in...
... Sorry for my silence, I was on week-end. Ouch. I was right to give my files with a disclaimer, but I am sorry for the noise and the time lost to try and...
The previously reported 2.62 compilation problems, weren't - bad diskette, although the files checked out (CRC errors etc.) changing the diskette cured the...
... somebody ... restore ... No, my WinNT is an English release, even if I have some apps in French (Office, IE, etc.), giving a strange, mixed language OS. My...
I got the first one. Jeremy Mlazovsky PC/Network Specialist UD IT University of Dayton Office: 937-229-4019 This message seems to have disappeared the first...
You can set a variable as: SetEnv, TODAY, %A_MON%/%A_MDAY%/%A_YEAR% %A_HOUR%:%A_MIN%:%A_SEC% Or you can output it directly: MsgBox, 0, Results, Today is...