Jump to content

need help plz


qube
 Share

Recommended Posts

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 by qube

Call me "Queen of Pain" :)

Link to comment
Share on other sites

  • Developers

...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.
  :)

Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

i can do it

thank very much :)

try this code in "Batch File"

start winaudit.exe /r=gsmd /o=PDF /m=Admin is testing your compute

it will save result at source of winaudit

thank Jos..

Edited by qube

Call me "Queen of Pain" :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...