s2mikey Posted May 12, 2009 Posted May 12, 2009 Hi all. New forum member here. Ive been using AUTO IT for a few months now and really am starting to enjoy it! Anyways... At the end of my test run I want to open the txt-based log file and display it so the person running the script can view the results right there. Its just a text file so I tried using the Run command and the RunWait command using the path & filename. Im expecting Notepad to simply open with my log file contents displayed in it but nothing actually happens. No errors or anything, just no log file to view! What am I missing here? I tried a few searches but couldnt get what I needed. Thanks in advance!
Developers Jos Posted May 12, 2009 Developers Posted May 12, 2009 Use shellexecute() or Run('notepad "Yourfile"') SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
s2mikey Posted May 12, 2009 Author Posted May 12, 2009 Use shellexecute() or Run('notepad "Yourfile"') I'll give that a shot...thanks for the quick reply!
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