Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: pass paramters to C# 2008 app Pin
Richard MacCutchan24-Aug-12 7:29
mveRichard MacCutchan24-Aug-12 7:29 
AnswerRe: pass paramters to C# 2008 app Pin
wizardzz24-Aug-12 10:14
wizardzz24-Aug-12 10:14 
QuestionDealing with SQL Server Table Column Name with Special Character Pin
Ankitaaguggi24-Aug-12 5:37
Ankitaaguggi24-Aug-12 5:37 
AnswerRe: Dealing with SQL Server Table Column Name with Special Character Pin
Dave Kreskowiak24-Aug-12 6:18
mveDave Kreskowiak24-Aug-12 6:18 
AnswerRe: Dealing with SQL Server Table Column Name with Special Character Pin
jschell24-Aug-12 8:46
jschell24-Aug-12 8:46 
QuestionC# 2010 standard output Pin
sc steinhayse24-Aug-12 3:44
sc steinhayse24-Aug-12 3:44 
AnswerRe: C# 2010 standard output Pin
sjelen24-Aug-12 4:06
professionalsjelen24-Aug-12 4:06 
AnswerRe: C# 2010 standard output Pin
Dave Kreskowiak24-Aug-12 4:34
mveDave Kreskowiak24-Aug-12 4:34 
sc steinhayse wrote:
the web service must be writing the output to 'standard output'


Wrong. The web service has no access to the client streams at all. It's your "cmd1" executable that is writing the data to standard output, not the web service.


sc steinhayse wrote:
2. Can you tell me how to have information not be displayed in a dos popup
window and go to eh location i specify?


That depends on your "cmd1" code. All you need to do is grab a path specified on the command line, open the file specified by the path, and write the data to that instead of outputting it to the console. An example of your command line would be:
cmd1 C:\somepath\somefile.txt

If you don't know how to get command line parameters or open a file and write to it, you've got some research to do on the basics of C# and the .NET Framework.

Such as this[^]
and this[^]

GeneralRe: C# 2010 standard output Pin
sc steinhayse24-Aug-12 6:01
sc steinhayse24-Aug-12 6:01 
GeneralRe: C# 2010 standard output Pin
Dave Kreskowiak24-Aug-12 6:15
mveDave Kreskowiak24-Aug-12 6:15 
QuestionSQL Connection problem in Windows Service asp.net c# Pin
Member 799263524-Aug-12 0:22
Member 799263524-Aug-12 0:22 
AnswerCross post Pin
Pete O'Hanlon24-Aug-12 0:35
mvePete O'Hanlon24-Aug-12 0:35 
AnswerRe: SQL Connection problem in Windows Service asp.net c# Pin
Vijay Selvaraj26-Aug-12 21:56
Vijay Selvaraj26-Aug-12 21:56 
QuestionC# 2010 parse a file Pin
classy_dog23-Aug-12 17:49
classy_dog23-Aug-12 17:49 
AnswerRe: C# 2010 parse a file PinPopular
pramod.hegde23-Aug-12 20:05
professionalpramod.hegde23-Aug-12 20:05 
AnswerRe: C# 2010 parse a file Pin
wizardzz24-Aug-12 9:54
wizardzz24-Aug-12 9:54 
Question[Problem Solved] how to access a class of a file A.cs from other file B.cs Pin
jamesfrj23-Aug-12 13:33
jamesfrj23-Aug-12 13:33 
AnswerRe: how to access a class of a file A.cs from other file B.cs Pin
harold aptroot23-Aug-12 14:42
harold aptroot23-Aug-12 14:42 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
jamesfrj30-Aug-12 0:25
jamesfrj30-Aug-12 0:25 
AnswerRe: how to access a class of a file A.cs from other file B.cs Pin
pramod.hegde23-Aug-12 20:12
professionalpramod.hegde23-Aug-12 20:12 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
Pete O'Hanlon23-Aug-12 23:00
mvePete O'Hanlon23-Aug-12 23:00 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
pramod.hegde23-Aug-12 23:04
professionalpramod.hegde23-Aug-12 23:04 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
Pete O'Hanlon23-Aug-12 23:27
mvePete O'Hanlon23-Aug-12 23:27 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
pramod.hegde23-Aug-12 23:51
professionalpramod.hegde23-Aug-12 23:51 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
Pete O'Hanlon24-Aug-12 0:04
mvePete O'Hanlon24-Aug-12 0:04 

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.