Remote Executer For Terminal Server |
Tuesday, 04 April 2006 by Michel Roth | |||
"Having seen repeatly so many times this question on the TS related newsgroup : "How to launch a program on a local machine ?", I decide to make this small utility. This is a little program using Virtual Channel to execute the ShellExecute function on the Client (local) machine from a remote session on Terminal Server." From the server you can send a file name of any type, it will be opened with the default associated program on the client machine . For Example: TSRemoteExec.exe C:\My Documents\MyProject.doc The MyProject.doc will be opened by MS Word (if installed on the local machine) . Or you can send any file name like picture, pdf, txt or an executable. The TSRemoteExec.exe is executable to put on the server, it accepts only 1 argument : can be a document file name or an executable file name . This program needs VB6 runtime (usually it's already on the server). Download and read more here. Thanks to Stefan for the news.
Show/Hide comment form
|