Is there a way to copy files from the local workstation to the terminal services client via command line (ie batch file)?
I know I can copy from the server to the client like this
So can I go the other direction, from the client to the server?
I know I can copy from the server to the client like this
Code:
copy c:\test.txt \\tsclient\c\
So can I go the other direction, from the client to the server?
Code:
copy \\tsserver\c\test.txt c:\