blah blah blah is here! blah blah » Close

0
votes
0 answers

How to Log result of bcp command to a .txt file

I am using bcp from C# asp.net web application. savefilepath = @"C:\Validations\Bcp6.txt"; System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.FileName ="bcp"; proc.StartInf ...

0
votes
1 answers

How to execute a COMMAND LINE command from C# code

Hi all... I am new to .net programming. How to execute the below command line command using C#.NET code. "C:\Program Files\ABCorporation\ABC Command Line >abc --recipient client@hotmail.com –encrypt D:\Un_Encrypted_D ...

Feedback