Guest sydullasyed Posted July 24, 2006 Posted July 24, 2006 Hi, Can any help me in how to store the results in a log file from my AutoIt Script?
nfwu Posted July 24, 2006 Posted July 24, 2006 (edited) Add this line to the top of the script: #include <File.au3> Now you can use this function: _FileWriteLog -------------------------------------------------------------------------------- Writes current date,time and the specified text to a log file. #include <File.au3> _FileWriteLog( $sLogPath, $sLogMsg ) Parameters $sFilePath Path and filename of the file to be written to $sLogMsg Message to be written to the log file #) edit: this should go in support. Edited July 24, 2006 by nfwu TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
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