Jump to content

$USERNAME in report filename with dot (AIDA64 command line)


sLim80

Recommended Posts

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?

Link to comment
Share on other sites

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

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...