ed973 Posted July 6, 2011 Posted July 6, 2011 Before send the DB via email, using an autoit script, I need to open (run) it, waiting for some time and then send. The file is .accdb extension. Tried with run function but... Thanks in advance Best
sleepydvdr Posted July 6, 2011 Posted July 6, 2011 Just opening it is easy: ShellExecute. However, if you want to do more things to the db, I suggest taking a look at this: #include <ByteMe.au3>
ed973 Posted July 6, 2011 Author Posted July 6, 2011 Just opening it is easy: ShellExecute. However, if you want to do more things to the db, I suggest taking a look at this:Thank you!
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