sykes Posted March 11, 2004 Posted March 11, 2004 Is there a way to include the contents of a .log file to be displayed on a splashtext screen? I have used an loop to read the lines out of the file and throw em into an array, i'm just curious if there's an easier way to do this. We have enough youth. How about a fountain of SMART?
scriptkitty Posted March 11, 2004 Posted March 11, 2004 (edited) SplashTextOn("Title", FileRead ( "logfile.txt",999999 ), -1, -1, -1, -1, 4, "", 24) ; MsgBox(1,"",FileRead ( "logfile.txt",999999 )) Edited March 11, 2004 by scriptkitty AutoIt3, the MACGYVER Pocket Knife for computers.
sykes Posted March 12, 2004 Author Posted March 12, 2004 (edited) Thats the ticket scriptkitty ... just what I needed ... You da bomb Edited March 12, 2004 by psichosis We have enough youth. How about a fountain of SMART?
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