Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Terminal services - copying files

Status
Not open for further replies.

mlowe9

Programmer
Apr 3, 2002
221
US
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
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:\
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top