qube Posted December 22, 2007 Posted December 22, 2007 (edited) hi all i writing script of auto winaudit.exe to check licence in cliend's pc and send mail(result) back to server. but i have problem of autoit script, after i call winaudit.exe i cant use command Winwait or Winwaitactive. and when i save and send email back to my mail-box i cant write script of it I wanted to know if there was A way to write script of it, winaudit.exe was attached Edited December 22, 2007 by qube Call me "Queen of Pain" :)
Developers Jos Posted December 22, 2007 Developers Posted December 22, 2007 ...but what would you want us to do with the attached EXE ? I think we need the script source to be able to help you ... 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.
Developers Jos Posted December 22, 2007 Developers Posted December 22, 2007 Looks like you should be able to use the commandline options to create the output file after which its easy to Email with _InetSmtpMailCom() available in the Examples forum ... --------------------------- WinAudit Freeware v2.16 --------------------------- WinAudit command line usage: WinAudit /h /r=report /o=format /f=file /u=user /p=pwd /e="extensions" /l=logfile /m=msg /L=Language /h Show this help message and exit. /r Report content, sections are identified by letters. See help documentation for examples. /o Output format: CSV, HTML, HTMLi, ODBC, PDF, TEXT, TEXTt, TEXTu /f Output file or data source name. /u User name for database login. /p Password for database login or PDF protection. /e Quoted list of file extensions to find on local hard drives. /l Log file path. /m Administrator message shown on audit box. /L Set language (two letter ISO code). 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.
au3scr Posted December 22, 2007 Posted December 22, 2007 WinAudit.exe is very nice programm that tells all the information I havent seen something like this before.
qube Posted December 24, 2007 Author Posted December 24, 2007 thank you very much for guide line .... i'll try it Pooh... Call me "Queen of Pain" :)
qube Posted December 25, 2007 Author Posted December 25, 2007 (edited) i can do itthank very much try this code in "Batch File"start winaudit.exe /r=gsmd /o=PDF /m=Admin is testing your computeit will save result at source of winauditthank Jos.. Edited December 25, 2007 by qube Call me "Queen of Pain" :)
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