Tom Posted January 13, 2011 Share Posted January 13, 2011 Hello all, AIDA64 v1.50.1200 Business Edition. Windows 7 Pro 64bit. I'm sure this is a simple problem but I've created a windows cmd file to run Aida64.exe on a schedule to send a report to a MySQL database. This works fine if Aida64 is not already running. However if Aida64 is already running the cmd file simply brings the running instance to the foreground and no report is produced. Presumably I need to tell the Aida64 process to start a new instance rather than use the already running one but I can't find how to do this. Can anyone help? thanks, Tom. Quote Link to comment Share on other sites More sharing options...
Squall Leonhart Posted January 14, 2011 Share Posted January 14, 2011 use the task scheduler for this, you can set it to shut down the app after the report is done, or to stop the existing task if a new process is to be started Quote Link to comment Share on other sites More sharing options...
Fiery Posted January 15, 2011 Share Posted January 15, 2011 AIDA64 doesn't support multiple instances, due to collisions would occur then between the low-level modules of each instance. However, in case you already have an AIDA64 instance running, why don't you use the Remore Report feature? Quote Link to comment Share on other sites More sharing options...
Tom Posted January 17, 2011 Author Share Posted January 17, 2011 Thanks for your suggestions guys. Fiery, I've tried running the remote report wizard - it works fine and will insert the results into the database however when I attempt to run from the Command Line . e.g. SETLOCAL SET AIDA_PROG=C:\Program Files (x86)\FinalWire\AIDA64 Business Edition\aida64.exe CALL "%AIDA_PROG%" /RMTREPORT "C:\workspaces\personal\aida64\sensors.rpf" ^ /RMTHOSTS VAIO /DATABASE /ACCEPTMIN /SILENT All it does is brings Aida64 to the foreground but there is no database insertion. Do you know what I'm doing wrong with the arguments? thanks. Tom. Quote Link to comment Share on other sites More sharing options...
Fiery Posted January 18, 2011 Share Posted January 18, 2011 Try to remove the command-line argument /ACCEPTMIN 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.