pcjunki Posted November 20, 2015 Posted November 20, 2015 i'm having issue calling an exe with some parameters.I've downloaded winlogonview from www.nirsoft.net/utils/windows_log_on_times_view.htmlthe parameters i'm passing to winlogonview.exe is /source 2 /server computer125my autoit script is$pc = 'computer125' ShellExecute("\\server487\share\winlogonview\winlogonview.exe /source 2 /server " & $pc) any clues or ideas?
Developers Jos Posted November 20, 2015 Developers Posted November 20, 2015 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.
pcjunki Posted November 20, 2015 Author Posted November 20, 2015 gotcha, changed it and it worked, thanks!
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