Hi Guys, I want to move the text file from a server location to another location by using .Bat file
And I want that content to be appended to the moved file.
I tried this.. But its not moving the file. But it is copied.
type "\\Server1\xxx\textfile.txt" >> "\\sever2\yyy\textfile.txt[/B]"
And I want that content to be appended to the moved file.
I tried this.. But its not moving the file. But it is copied.
type "\\Server1\xxx\textfile.txt" >> "\\sever2\yyy\textfile.txt[/B]"
