PsychOfMSE Posted October 17, 2013 Posted October 17, 2013 Hey guys, I'm on a tight timetable so I was hoping someone could help me out. I need to run an .exe with command line flags in autoit: Setup.exe /S /v"SERIALNUMBER=Removed-For-Privacy REBOOT=ReallySuppress ADDLOCAL=ALL NAS_ADDRESS=removed.for.privacy.net NAS_LDAP_SIGN_ON=2 NAS_SINGLE_SIGN_ON=1 QUICKSTART=0 WEBREGISTRATION=0 PRODUCTUPDATEFLAG=-1 /log C:InstallDragon10.1.log /qn" How would I go about formatting that in Autoit? Thanks all!
PsychOfMSE Posted October 17, 2013 Author Posted October 17, 2013 Can anyone help me out please? I'm at a crossroads on my script and i'm not sure how to format this command.
jguinch Posted October 17, 2013 Posted October 17, 2013 Hi Where is your problem exacty ? With the quotes ? Run('Setup.exe /S /v"SERIALNUMBER=Removed-For-Privacy REBOOT=ReallySuppress ADDLOCAL=ALL NAS_ADDRESS=removed.for.privacy.net NAS_LDAP_SIGN_ON=2 NAS_SINGLE_SIGN_ON=1 QUICKSTART=0 WEBREGISTRATION=0 PRODUCTUPDATEFLAG=-1 /log C:\InstallDragon10.1.log /qn"') Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
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