saybot Posted September 26, 2011 Share Posted September 26, 2011 Hello. Ive got problem with making reports from command line. How to set custom selection or load from file configuration doing raport form command line? Quote Link to comment Share on other sites More sharing options...
Fiery Posted September 26, 2011 Share Posted September 26, 2011 1) You can create a custom report layout (custom report profile) by starting the Report Wizard --> Next button --> Custom selection --> Next button --> select the pages you want to have in your profile --> Save button. Save the results into a .RPF file, e.g. MYPAGES.RPF. 2) Then you can use the /CUSTOM command-line option to create reports using your report profile. Example: \\server\share\aida64\aida64.exe /R \\server\share\aida64reports\$HOSTNAME /CUSTOM \\server\share\aida64\MYPAGES.RPF /CSV /SILENT /SAFE Regards, Fiery Quote Link to comment Share on other sites More sharing options...
Krieg Posted November 9, 2017 Share Posted November 9, 2017 On 2011/9/26 at 5:31 PM, Fiery said: 1) You can create a custom report layout (custom report profile) by starting the Report Wizard --> Next button --> Custom selection --> Next button --> select the pages you want to have in your profile --> Save button. Save the results into a .RPF file, e.g. MYPAGES.RPF. 2) Then you can use the /CUSTOM command-line option to create reports using your report profile. Example: \\server\share\aida64\aida64.exe /R \\server\share\aida64reports\$HOSTNAME /CUSTOM \\server\share\aida64\MYPAGES.RPF /CSV /SILENT /SAFE Regards, Fiery hi Fiery I also want to create a script like that, i want to use a cmd script to run AIDA64 that generates a report only with the section i need. but every time i run the cmd script, AIDA64 just pops up, and did nothing. i don't know what went wrong. here is the command in aida64.bat : \\10.1.1.1\aida\AIDA64.exe /R \\10.1.1.1\aida\aida_report\$HOSTNAME /CUSTOM \\10.1.1.1\aida\AIDA64CFG.rpf /MHTML /SUM /SILENT hope somebody can help me out, that'll be great. Quote Link to comment Share on other sites More sharing options...
Fiery Posted November 14, 2017 Share Posted November 14, 2017 On 2017. 11. 09. at 8:03 AM, Krieg said: hi Fiery I also want to create a script like that, i want to use a cmd script to run AIDA64 that generates a report only with the section i need. but every time i run the cmd script, AIDA64 just pops up, and did nothing. i don't know what went wrong. here is the command in aida64.bat : \\10.1.1.1\aida\AIDA64.exe /R \\10.1.1.1\aida\aida_report\$HOSTNAME /CUSTOM \\10.1.1.1\aida\AIDA64CFG.rpf /MHTML /SUM /SILENT hope somebody can help me out, that'll be great. /CUSTOM and /SUM cannot be used in a single command-line. Remove /SUM to fix it up. Otherwise the command-line looks correct. If AIDA64 still pops up, then check if you're using AIDA64 Business or AIDA64 Network Audit. The AIDA64 edition for home/personal/enthusiast users (AIDA64 Extreme) doesn't support command-line based automation. Quote Link to comment Share on other sites More sharing options...
Krieg Posted November 15, 2017 Share Posted November 15, 2017 12 hours ago, Fiery said: /CUSTOM and /SUM cannot be used in a single command-line. Remove /SUM to fix it up. Otherwise the command-line looks correct. If AIDA64 still pops up, then check if you're using AIDA64 Business or AIDA64 Network Audit. The AIDA64 edition for home/personal/enthusiast users (AIDA64 Extreme) doesn't support command-line based automation. Yes, That works, thank you so 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.