fredericCOTTA Posted December 21, 2006 Posted December 21, 2006 Hi folks. first, please apologyse my english... I am french 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
FreeFry Posted December 21, 2006 Posted December 21, 2006 (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 December 21, 2006 by FreeFry
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