sLim80 Posted November 28, 2014 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
Fiery Posted November 28, 2014 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
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.