Jump to content

winlogonview


pcjunki
 Share

Recommended Posts

i'm having issue calling an exe with some parameters.

I've downloaded winlogonview from www.nirsoft.net/utils/windows_log_on_times_view.html

the parameters i'm passing to winlogonview.exe is /source 2 /server computer125

my autoit script is

$pc = 'computer125'

    ShellExecute("\\server487\share\winlogonview\winlogonview.exe /source 2 /server " & $pc)

 

any clues or ideas?

Link to comment
Share on other sites

  • Developers

The parameters should go into the 2nd parameter of ShellExecute(). Check the helpfile for details.

Jos

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

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