sLim80 Posted November 28, 2014 Share Posted November 28, 2014 When I using command line AIDA64.exe /r $hostname_$ipaddr_$username_$date /ini /langen and username like ivanov (without dot), then report filename looks like MYPC_10-0-0-10_ivanov_2014-11-28.ini but if username like a.ivanov (with dot), then report filename looks like MYPC_10-0-0-10_a.ini Is it bug or in command like i need to write another syntax? Quote Link to comment Share on other sites More sharing options...
Fiery Posted November 28, 2014 Share Posted November 28, 2014 The problem is, you didn't specify a filename extension for /R. So AIDA64 will try to override the file extension to .INI, and it replaces the ".ivanov_2014-11-28" (which it thinks is the filename extension) with ".ini". You can avoid that by specifying the filename extension, e.g.: AIDA64.exe /r $hostname_$ipaddr_$username_$date.ini /ini /langen Quote Link to comment Share on other sites More sharing options...
sLim80 Posted November 29, 2014 Author Share Posted November 29, 2014 Thanks! Now works good. 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.