Click here to Skip to main content
15,885,032 members
Home / Discussions / C#
   

C#

 
GeneralRe: Difference between where() and where() in linq? Pin
Scott Dorman3-Mar-10 12:41
professionalScott Dorman3-Mar-10 12:41 
GeneralRe: Difference between where() and where() in linq? Pin
Pete O'Hanlon3-Mar-10 21:41
mvePete O'Hanlon3-Mar-10 21:41 
GeneralRe: Difference between where() and where() in linq? Pin
Scott Dorman4-Mar-10 4:25
professionalScott Dorman4-Mar-10 4:25 
QuestionWeb Service web.config variables from dll in bin folder Pin
BASONJS2-Mar-10 23:39
BASONJS2-Mar-10 23:39 
QuestionHow to send commands to a running application from the command line? Pin
Ted On The Net2-Mar-10 22:43
Ted On The Net2-Mar-10 22:43 
AnswerRe: How to send commands to a running application from the command line? Pin
Eddy Vluggen2-Mar-10 23:35
professionalEddy Vluggen2-Mar-10 23:35 
GeneralRe: How to send commands to a running application from the command line? Pin
Ted On The Net2-Mar-10 23:42
Ted On The Net2-Mar-10 23:42 
GeneralRe: How to send commands to a running application from the command line? Pin
Som Shekhar2-Mar-10 23:53
Som Shekhar2-Mar-10 23:53 
What you say is really difficult to achieve. Probably you should consider the approach of DataBase Servers like MySql. There is a service running and you can still run commands on those servers from command line. But in this case, there is a new instance of program that sends the data through port to the running service.

Hence, what you can do :

1. Instead of accepting the input from commandline, accept it through port. You already have a port handler in your server.

2. Create a CommandLine application to accept data from keyboard, send it through port to the service.

Now the user can simply type the command in the commandline, it gets routed through the port and goes to the server.

Added benefit is that this can be userful for remote monitoring as well.
GeneralRe: How to send commands to a running application from the command line? Pin
Eddy Vluggen3-Mar-10 0:00
professionalEddy Vluggen3-Mar-10 0:00 
GeneralRe: How to send commands to a running application from the command line? Pin
Ted On The Net3-Mar-10 0:13
Ted On The Net3-Mar-10 0:13 
GeneralRe: How to send commands to a running application from the command line? Pin
Eddy Vluggen3-Mar-10 0:30
professionalEddy Vluggen3-Mar-10 0:30 
AnswerRe: How to send commands to a running application from the command line? Pin
OriginalGriff2-Mar-10 23:42
mveOriginalGriff2-Mar-10 23:42 
GeneralRe: How to send commands to a running application from the command line? Pin
Ted On The Net2-Mar-10 23:44
Ted On The Net2-Mar-10 23:44 
AnswerRe: How to send commands to a running application from the command line? Pin
PIEBALDconsult3-Mar-10 3:51
mvePIEBALDconsult3-Mar-10 3:51 
Questioncreate word file Pin
Milind Panchal2-Mar-10 22:33
Milind Panchal2-Mar-10 22:33 
AnswerRe: create word file Pin
Eddy Vluggen2-Mar-10 23:41
professionalEddy Vluggen2-Mar-10 23:41 
QuestionUpdate Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
pankaj.calm2-Mar-10 22:17
professionalpankaj.calm2-Mar-10 22:17 
QuestionRe: Update Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
Eddy Vluggen3-Mar-10 0:55
professionalEddy Vluggen3-Mar-10 0:55 
AnswerRe: Update Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
pankaj.calm3-Mar-10 0:59
professionalpankaj.calm3-Mar-10 0:59 
QuestionRe: Update Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
Eddy Vluggen3-Mar-10 1:39
professionalEddy Vluggen3-Mar-10 1:39 
AnswerRe: Update Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
pankaj.calm3-Mar-10 2:02
professionalpankaj.calm3-Mar-10 2:02 
GeneralRe: Update Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
Eddy Vluggen3-Mar-10 3:03
professionalEddy Vluggen3-Mar-10 3:03 
QuestionRemote administration Pin
kebedetesema2-Mar-10 22:10
kebedetesema2-Mar-10 22:10 
AnswerRe: Remote administration Pin
Eddy Vluggen2-Mar-10 23:51
professionalEddy Vluggen2-Mar-10 23:51 
GeneralRe: Remote administration Pin
kebedetesema3-Mar-10 1:56
kebedetesema3-Mar-10 1:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.