Jump to content

help where to start


Recommended Posts

okay, i would like to make an auto it script where:

Open it:

Dialog box, "Select folder" where you type in folder path

Dialog box, "select file", the file i want deleted

save

then

new dialog box, button with close and button with delete

what i want the delete button to do is delete a file inside the folder that

using the saved paths from when you entered them in the box.

if some one can get me started or do it for me it would be much appreciated

Link to comment
Share on other sites

Open it:

Open what?

Dialog box, "Select folder" where you type in folder path

FileSelectFolder(), it's in the help file.

Dialog box, "select file", the file i want deleted

FileOpenDialog(), also in the help file, and if you don't want to, the folder selection does not have to be a separate operation.

save

Save what?

new dialog box, button with close and button with delete

GuiCreate(), GuiCtrlCreateButton(), etc., all in the help file.

what i want the delete button to do is delete a file inside the folder that

using the saved paths from when you entered them in the box.

While/WEnd loop with GuiGetMsg(), and FileDelete(), all... you guessed it... in the help file.

if some one can get me started...

Done! :rambo:

...or do it for me it would be much appreciated

See link for "RentACoder" in my sig.

Cheers!

:rolleyes:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...