shell Command

Status
Not open for further replies.

jmycr

Beta member
Messages
1
I am looking for a command line argument that will allow me to run a program on the server and have it push the out put to a local computer.

I will be using the argument on the server and I already have the local computer name that I want to push the putput to.

thanx for any help
 
that is a very complex question. What type of program is it that you are running? Does it simply create a log file when it's done? There really isn't a command in the default shell for anything like that. each program comes with its own set of options, you may try running cmd prompt cd to the dir where the program resides and then type program.exe /? to see a list of what is offered from the program itself.
 
That seems to be pretty easy. All you've got to do is set the program to do whatever operation you want, then save the file to the computer. It's pretty simple. You're talking about using like.. DOS? I'm not sure about the actualy programming, but if you're using C++ I may be able to give you the code.

-SkyHi
 
Status
Not open for further replies.
Back
Top Bottom