angelic Posted June 6, 2008 Share Posted June 6, 2008 (edited) Hi everyone, I am very new to AutoIT. I've been reading the docs and FAQ for the past week and trying to play around with it. I tried the notepad script sample and I really like it. I plan to write a script that can work with VMware. for example: I need to test various programs in VMware. Since all of you have more experience in this, I'm wondering if it's feasible. I'll appreciate any advice. Thanks Edited June 6, 2008 by angelic Link to comment Share on other sites More sharing options...
Airwolf Posted June 6, 2008 Share Posted June 6, 2008 Hi everyone,I am very new to AutoIT. I've been reading the docs and FAQ for the past week and trying to play around with it. I tried the notepad script sample and I really like it. I plan to write a script that can work with VMware. for example: I need to test various programs in VMware. Since all of you have more experience in this, I'm wondering if it's feasible. I'll appreciate any advice. ThanksAre you asking if AutoIt scripts run in a virtual environment? Or are you looking to control VMWare itself? 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 More sharing options...
Scriptonize Posted June 6, 2008 Share Posted June 6, 2008 (edited) AutoIT Scripts do run fine in A Virtual Machine (as long as the OS is Windows). Running AutoITScripts in the VM console isn't possible since the console is a Linux box. For that you need scripts written in bash or pearl. Edited June 6, 2008 by Scriptonize If you learn from It, it's not a mistake Link to comment Share on other sites More sharing options...
angelic Posted June 6, 2008 Author Share Posted June 6, 2008 Are you asking if AutoIt scripts run in a virtual environment? Or are you looking to control VMWare itself?Both. firing up VMware and do all of the documentation then run the testing itself then turning off the machines. Link to comment Share on other sites More sharing options...
Airwolf Posted June 6, 2008 Share Posted June 6, 2008 If you are looking to automate VMWare itself, you should take a look at this:http://www.vmware.com/support/developer/vix-api/You can look at the Skype examples in my sig to learn how to work with objects (or read the Obj/COM Reference section in the help file). 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now