Hi All
Writing a simple windows forms to allow me to generate ping test to any IP address. I am generating command files with the ping command in file and they are not executing because the file contents are very strange looking. The leading hex digits in the text file are ff and fe and each character is followed by a 00 hex digit. My research says this has something to do with UTF-8 but what has me scratching my head is why is this the default (wasn't before). I am using the scripting com class and the writeline method to write the command. My highest level candidate for this new default behavior is, however, my upgrade from visual studio 2005 to visual studio 2013. Any insight would be greatly appreciated.
Respectfully,
Ideprize
Writing a simple windows forms to allow me to generate ping test to any IP address. I am generating command files with the ping command in file and they are not executing because the file contents are very strange looking. The leading hex digits in the text file are ff and fe and each character is followed by a 00 hex digit. My research says this has something to do with UTF-8 but what has me scratching my head is why is this the default (wasn't before). I am using the scripting com class and the writeline method to write the command. My highest level candidate for this new default behavior is, however, my upgrade from visual studio 2005 to visual studio 2013. Any insight would be greatly appreciated.
Respectfully,
Ideprize