Jeppe Posted March 16, 2018 Share Posted March 16, 2018 Hello, I run a setup where my machines run a script that starts aida and generates a HTMl/XML report. This part works as it should. But sometimes, seems random, instead of running my report, it starts Audit manager instead of gathering the report. Im unsure whats causing this, as it only seems to happen on desktop pcs. Is there a function in AIDA i can disable to make sure it never runs Audit manager? Let me know if you need a debug report or the likes. Best regards. Quote Link to comment Share on other sites More sharing options...
Fiery Posted March 19, 2018 Share Posted March 19, 2018 Please show us the line in your logon script that launches AIDA64. If it includes sensitive information, please send the line in private message to me. Quote Link to comment Share on other sites More sharing options...
Jeppe Posted March 19, 2018 Author Share Posted March 19, 2018 ECHO Start AIDA64 \\deploy2\SSD\programs\aida64.exe /CUSTOM \\deploy2\SSD\Screening\files\AIDA64\templates\Aidarepport.rpf /LANGEN /R l:\%dirname%\%dirname% /XML \\deploy2\SSD\programs\aida64.exe /CUSTOM \\deploy2\SSD\Screening\files\AIDA64\templates\Aidarepport.rpf /LANGEN /R l:\%dirname%\%dirname% /MHTML The %dirname% is created in another part of the script, but its just the serial number of the machine. Quote Link to comment Share on other sites More sharing options...
Jeppe Posted March 19, 2018 Author Share Posted March 19, 2018 Any Laptop i run the script from above on just generates the repport as it should. And its only a very small amount of our desktops this problems occurs on. Quote Link to comment Share on other sites More sharing options...
Fiery Posted March 19, 2018 Share Posted March 19, 2018 Thank you. I think the issue occurs because you didn't enclose the report file name with quotes (" characters) in order to mitigate the potential space characters that appears in the filenames after %dirname% is resolved. Do you think that it may explain the issues? Quote Link to comment Share on other sites More sharing options...
Jeppe Posted March 20, 2018 Author Share Posted March 20, 2018 \\deploy2\SSD\programs\aida64.exe /CUSTOM \\deploy2\SSD\Screening\files\AIDA64\templates\Aidarepport.rpf /LANGEN /R "l:\%dirname%\%dirname%" /XML So you would want it to look like this instead? Quote Link to comment Share on other sites More sharing options...
Fiery Posted March 26, 2018 Share Posted March 26, 2018 On 2018. 03. 20. at 8:05 AM, Novius said: \\deploy2\SSD\programs\aida64.exe /CUSTOM \\deploy2\SSD\Screening\files\AIDA64\templates\Aidarepport.rpf /LANGEN /R "l:\%dirname%\%dirname%" /XML So you would want it to look like this instead? Yes, I think that will solve it. Quote Link to comment Share on other sites More sharing options...
Jeppe Posted March 27, 2018 Author Share Posted March 27, 2018 18 hours ago, Fiery said: Yes, I think that will solve it. That seems to have solved the problem. Thank you very much. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.