Jeppe Posted January 11, 2018 Posted January 11, 2018 Hello, I was wondering if it is possible to generate a report based on a custom RPF file, and then have it open up immediately, without the need of saving it to a location first. For instance i want to be able to open it as a MHTML file, just so i can quickly see the status of the harddisk, without the need of opening AIDA64 and then creating a report. Start \\nas\test\Script\Development\AIDA64-JH\AIDA64\Aida64.exe /CUSTOM \\nas\test\Script\Development\AIDA64-JH\HDDcheck.rpf /LANGEN Start \\nas\test\Script\Development\AIDA64-JH\AIDA64\Aida64.exe /CUSTOM \\nas\test\Script\Development\AIDA64-JH\HDDcheck.rpf /LANGEN This code i what i have so far, i have done it before where i have had it save the file to a location, and then i could just go to that location and open the file. Quote
Fiery Posted January 11, 2018 Posted January 11, 2018 If you use START with /WAIT, you can add a new line after your quoted line to open the resulting report file. For example, something like the following line should do the trick: START reportfilename.htm BTW, your quoted command-line lacks the necessary report creation command, e.g. /R <reportfilename> Quote
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.