Jump to content

Will Autoit Scripts Run In Another Language?


Recommended Posts

I am trying to run an AutoIt script to install XPSP2 on a French XP install. I will, of course, be adding other functionality to the script; I am just starting off with something small like an SP2 install to see if it will work. I am getting an error when the program goes to run, but I don't speak French, I have a feeling it is just a bad RunAsSet username and/or password.

So, I'm just wondering if a compiled script should run correctly on a French install of WinXP.

Thanks!

Certifications: A+, Network+, Security+, Linux+, LPIC-1, MCSA | Languages: AutoIt, C, SQL, .NETBooks: AutoIt v3: Your Quick Guide - $7.99 - O'Reilly Media - September 2007-------->[u]AutoIt v3 Development - newbie to g33k[/u] - Coming Soon - Fate Publishing - Spring 2013UDF Libraries: SkypeCOM UDF Library | ADUC Computers OU Cleanup | Find PixelChecksumExamples: Skype COM Examples - Skype4COMLib Examples converted from VBS to AutoIt
Link to comment
Share on other sites

  • Moderators

I am trying to run an AutoIt script to install XPSP2 on a French XP install. I will, of course, be adding other functionality to the script; I am just starting off with something small like an SP2 install to see if it will work. I am getting an error when the program goes to run, but I don't speak French, I have a feeling it is just a bad RunAsSet username and/or password.

So, I'm just wondering if a compiled script should run correctly on a French install of WinXP.

Thanks!

Well the guy that runs the beta updates, and does alot of hard work here on the forums (JPM) is French, so I would have to say the answer to your question is yes. But without the script, this question is stuck specifically to your french question, and I'd have to to agree that yes, it's your coding in fact that is stopping this from happening correctly.

Edit:

Forgot a word.

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

ONLY windows captions are different i.e :

; Italian

Run("notepad.exe")

sleep(500)

AutoItSetOption("WinTitleMatchMode", 4)

WinWaitActive( "Senza nome - Blocco note", "", 5 )

; English

WinWaitActive( "Untitled - Notepad", "", 5 )

; Calcolatrice >> Calculator

ecc

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...