Jump to content

Command Line And Custom Layout


saybot

Recommended Posts

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

Link to comment
Share on other sites

  • 6 years later...
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.

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...