how to run bat file from server on client machine [modified]
-
I want to run a bat file from server on a client machine, it includes print command, i am doing this with process but it shows no error and no output as well.
modified on Monday, March 15, 2010 5:01 AM
-
I want to run a bat file from server on a client machine, it includes print command, i am doing this with process but it shows no error and no output as well.
modified on Monday, March 15, 2010 5:01 AM
-
Just to clarify: you want a batch file to run on a client machine? I doubt that's possible, that would be quite the security risk. if it's the other way around, i've done that before and sometimes it's a permissions issue, can you post what you've tried?
yes i want to run bat file(from server) to run on client machine, it is in our intranet website.
-
I want to run a bat file from server on a client machine, it includes print command, i am doing this with process but it shows no error and no output as well.
modified on Monday, March 15, 2010 5:01 AM
-
yes i want to run bat file(from server) to run on client machine, it is in our intranet website.
-
I want to run a bat file from server on a client machine, it includes print command, i am doing this with process but it shows no error and no output as well.
modified on Monday, March 15, 2010 5:01 AM
What are you trying to do? It may be possible to achieve it in a different way. Running a batch file on the client is not (afaik) allowed. Think of the damage you could do.
Tychotics "The dinosaurs became extinct because they didn't have a space program. And if we become extinct because we don't have a space program, it'll serve us right!" Larry Niven
-
I want to run a bat file from server on a client machine, it includes print command, i am doing this with process but it shows no error and no output as well.
modified on Monday, March 15, 2010 5:01 AM
You can do it using ActiveX. But ActiveX will work only on IE.
Cheers ! Abhijit Codeproject MVP