C
Chris
I have 2 files that I need to put the results together
into a single file to create a file path and the name of
the file to be able to copy the file local.
Result.fil contains:
cdisitin.def f:\wicshare\garprod
Problem is the variable that creates the path part puts
extra spaces after the end of the path. When I try to put
them together the result is:
f:\wicshare\garprod \cdisitin.def
How can I remove these extra spaces? I need this to be
done in a batch file not manually.
into a single file to create a file path and the name of
the file to be able to copy the file local.
Result.fil contains:
cdisitin.def f:\wicshare\garprod
Problem is the variable that creates the path part puts
extra spaces after the end of the path. When I try to put
them together the result is:
f:\wicshare\garprod \cdisitin.def
How can I remove these extra spaces? I need this to be
done in a batch file not manually.