Im using net view to get computer names to text file
Then reading it to a table
Everything is working fine but when I Use the variables The Seem to have spaces like
%ComputerName1%\\C\Stuff
ends up being
\\Test \C\Stuff
If there a way to remove spaces in text file lines or even in a line of the table itself

