Hi all,

I've created a dutch version of the DirectX9 AutoIt script, and included it 
with this post.
Patrick, can you incorporate this script in some future release?

You might create a new .aut file with a %WINLANG% in the last part to 
switch, but switching inside the .aut script might be desired to keep the 
number of
scripts down. Something like IfInString, WINLANG, nld, goto %WINLANG% comes 
to mind, but I don't have much experience with AutoIt (yet)...

I'll be translating the defrag script next...

Niels de Groot,
[EMAIL PROTECTED]

--- Included dutch DirectX9 AutoIt script ---
; AutoIt script to install DirectX 9.0b Dutch

Run, %Z%\\packages\\DirectX9\\dxsetup.exe /installmanageddx

WinWait, Installeren van Microsoft(R) DirectX(R)
WinActivate, Installeren van Microsoft(R) DirectX(R)
Send, !a{ENTER}
WinWait, Installeren van Microsoft(R) DirectX(R)
WinActivate, Installeren van Microsoft(R) DirectX(R)
Send, {ENTER}

WinWait, Installeren van Microsoft(R) DirectX(R), voltooid
WinActivate, Installeren van Microsoft(R) DirectX(R)
Send, {ENTER}
--- End of script ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to