I am trying to rename, convert, and move a file in one step.
I have file one:
\\server\folder \folder\file.cs v
that I need to convert into space delimited file and rename it and move to another location all in one step.
Does anyone have any suggestions? I can move the file fine using Command Scripting using:
copy \\server\folder \folder\file.cs v \\server2\folde r\folder\file.t xt /Y
BUT the .txt file is still in comma delimited format. I am missing the important "conversion " step in here.
Can anyone help me to get this file converted, moved, and of course renamed at the same time?
Thanks in advance!
I have file one:
\\server\folder \folder\file.cs v
that I need to convert into space delimited file and rename it and move to another location all in one step.
Does anyone have any suggestions? I can move the file fine using Command Scripting using:
copy \\server\folder \folder\file.cs v \\server2\folde r\folder\file.t xt /Y
BUT the .txt file is still in comma delimited format. I am missing the important "conversion " step in here.
Can anyone help me to get this file converted, moved, and of course renamed at the same time?
Thanks in advance!
Comment