Rezdee Posted June 12, 2015 Posted June 12, 2015 Hi there I would like to see if any could help me on a script of opening an pdf (file) more than 400 kbs?
abberration Posted June 12, 2015 Posted June 12, 2015 Welcome to AutoIt forum!If all you need to do is open it then ShellExecute is the way to go.ShellExecute (@scriptdir & "\filename.pdf") Easy MP3 | Software Installer | Password Manager
Moderators JLogan3o13 Posted June 12, 2015 Moderators Posted June 12, 2015 (edited) Hi, Rezdee, welcome to the forum. Understand that this forum is dedicated to helping others with their scripts, so your first post should always include code (even if it is not working as you would like it to). For your purpose, take a look at ShellExecute in the help file. Edit: Too slow Edited June 12, 2015 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Rezdee Posted June 12, 2015 Author Posted June 12, 2015 Okay thank you for your replies. JLogan3o13 will keep that in mind next time.
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