hi all,
I am trying to run test.exe with these parameters:
test.exe -di -idedir=scriptdir\files\ides -p=scriptdir\files\scanlogs\%computername%.log
here is what I have but it is not working:
RunWait (@ScriptDir & 'files\CLI\TEST.EXE -di ' & 'idedir=' & @ScriptDir & 'files\IDEs ' & '-p=' & @ScriptDir & 'files\ScanLogs\%computername%.log'