Mar-28-2017, 09:21 AM
Hello
I'm facing a strange situation..after setting a variable as a string, I try to print that variable and get the string with a caracter replaced by a special caracter..
I'm facing a strange situation..after setting a variable as a string, I try to print that variable and get the string with a caracter replaced by a special caracter..

file_version_cmd="wmic datafile where name='C:\\\Program Files (x86)\\\Citrix\\\ICA Client\\\4.1\\\wfcrun32.exe'" print(file_version_cmd)
Output:wmic datafile where name='C:\\Program Files (x86)\\Citrix\\ICA Client\♦.1\\wfcrun32.exe'
Thanks for your help