jaytftw Posted November 24, 2015 Posted November 24, 2015 I need help writing a script. I want to do this:Have a program that opens a window.You type in some text that you want your file to be.You then select A or B (radio buttons?). Hit OK, and based on typed name & selection, it downloads 1 of 2 files (A or to your desktop and renames it to what you typed.
Zedna Posted November 25, 2015 Posted November 25, 2015 Welcome to AutoIt community.It seems to be very simple task so don't hesitate and try to (visually) create your GUI in KodaKoda will generate apropriate AU3 GUI code for you ...Then look into AutoIt helpfile ("C:\Program Files (x86)\AutoIt3\AutoIt.chm") at these functions:GUICtrlRead() InetGet() FileMove()If you encounter any problems ask questions here ... Resources UDF ResourcesEx UDF AutoIt Forum Search
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