|
Answer» Right, apologies i this has been asked, I did search but I am at work and extremely BUSY so didn't get to look completely. I'm also quite new to batch files.
Basically, I am trying to write a batch file to do the following:
1. Open a program (this works) 2. Login to TERMINAL server (this works) 3. Open a program on terminal server 4. Open ANOTHER program on terminal server
All from one batch file, on the local machine
What is the command to execute a program on a terminal server, from a local machine? I've tried \\tsclient\ "C:\file PATH", and other variations, but that doesn't work. Is it EVEN possible?
Many Thanks!Or ofcourse if that's not possible, is it possible to CALL a batch file on the Terminal server, from the Batch on the local machine?
|