Jump to content

Recommended Posts

Posted

Hi folks.

first, please apologyse my english... I am french :P

send("http://webadress/grr/admin_save_mysql.php {ENTER}")

sleep(15380)

end("D:\save\COTTA\www\clgmanet\grr\saveauto\ {ENTER}") ;

If I try to save to a specified path, then the script delete the name of the file ("xxxx-date-xxx.sql").

I'd like the script to save into a specified path (D:\save\COTTA\www\clgmanet\grr\saveauto).

Someone has an idea ?

(french very welcome but I'll try to understand if it's in english) !

Thanks a lot.

Frédéric COTTA

post-19180-1166711794_thumb.png

Posted (edited)

Hmm... Maybe this will work

Send("http://webadress/grr/admin_save_mysql.php {ENTER}")
Sleep(15380)
Send("{home}D:\save\COTTA\www\clgmanet\grr\saveauto\ {ENTER}")

I would recommend you to use classnames instead of window names, and use these functions to get/set text:

ControlGetText

ControlSetText

Edited by FreeFry

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
×
×
  • Create New...