No announcements
Found 1979855 threads
-
2 Votes
DIR command in C# looking elsewhere?
I have installed RSAT tools to utilize "dnscmd.exe" in a C# process.Answered | 5 Replies | 2742 Views | Created by JFoushee - Thursday, January 4, 2018 1:01 PM | Last reply by Fei Hu - Sunday, January 28, 2018 12:34 PM -
0 Votes
Dir Command
So many things to learn in C#!!!!!!!!!!!!!!!!!!!!!!Answered | 6 Replies | 4127 Views | Created by GEWheels - Thursday, April 23, 2009 3:41 PM | Last reply by Jay_Wang - Friday, April 24, 2009 5:28 AM -
0 Votes
Command line 'dir'
What are three useful functions syntax allows when using command 'dir' ???Answered | 1 Replies | 8309 Views | Created by Adatoode - Thursday, February 4, 2010 6:23 AM | Last reply by Tagore Bandlamudi - Monday, February 8, 2010 9:35 AM -
0 Votes
New Dir messages
John, There was no need to start windows in command mode.Answered | 4 Replies | 1279 Views | Created by Renee Culver - Saturday, December 15, 2012 7:00 PM | Last reply by Renee Culver - Sunday, December 16, 2012 6:12 AM -
0 Votes
dir in powershell
When I type dir /?Answered | 1 Replies | 1537 Views | Created by ruggb - Sunday, October 27, 2019 8:28 PM | Last reply by Richard Mueller - Sunday, October 27, 2019 10:12 PM -
1 Votes
Looking to create simple application using c# to execute a few linux commands
If you are using mono for C# in Linux, you can just use the System.Diagnostics.Process class.Answered | 2 Replies | 1426 Views | Created by Cubangt - Tuesday, September 11, 2012 5:46 PM | Last reply by Dan Randolph - Tuesday, September 11, 2012 9:56 PM -
3 Votes
move dll from the build dir to other dir
I loaded the dll from C:\dlls\f.dll, but the dllFun looks the directory ~project/bin/debug/ to search the a.inp and produces b.out in the ~project/bin/debug/ too.Answered | 7 Replies | 3354 Views | Created by Boyu Zhang - Tuesday, February 8, 2011 5:05 PM | Last reply by Boyu Zhang - Wednesday, February 9, 2011 11:00 PM -
3 Votes
CMD Command from WPF C#
Hi Kotshe, Using Process.Start to achieve your goal, please check out below code for your ...Answered | 3 Replies | 5681 Views | Created by Kotshe - Wednesday, May 30, 2012 6:45 PM | Last reply by Annabella Luo - Friday, June 1, 2012 10:06 AM -
0 Votes
Use DIR in SSIS
I finally replaced the SSIS with a job running a CMD step doing a robocopy and forfile delete robocopy o:\mssql_trn o:\mssql_trn1 *.trn /s /xx forfiles /s /p ...Answered | 4 Replies | 1666 Views | Created by Gal1 - Monday, December 7, 2015 12:59 AM | Last reply by Katherine Xiong - Thursday, December 24, 2015 1:50 AM -
1 Votes
using for next statement to generate dirs?
It will give you an error message the second time you enter the command telling you that a file or directory with that name already exists.Answered | 9 Replies | 1928 Views | Created by config2002 - Wednesday, August 24, 2011 8:45 AM | Last reply by Acamar - Wednesday, August 24, 2011 10:03 AM -
0 Votes
object is currently in use elsewhere
object sender, DoWorkEventArgs e) { Form1.ShowDialog(); } Form1 will be opened now I what did ...Answered | 5 Replies | 2276 Views | Created by Pasupathi - Monday, September 24, 2012 10:12 AM | Last reply by Thorsten Gudera - Monday, October 8, 2012 6:35 AM -
1 Votes
issuing cmd commands from C#
Yes, you copied my code ;-) The problem is that cmd.exe won't close if not launched with the /c switch.Answered | 4 Replies | 3764 Views | Created by xpro6000 - Sunday, October 3, 2010 12:48 AM | Last reply by xpro6000 - Sunday, October 3, 2010 4:18 AM -
0 Votes
Change Current Dir ?
I cannot use CX extension in the old LIB, only "fopen" in standard C.Answered | 3 Replies | 2603 Views | Created by Raptor K - Saturday, April 7, 2012 1:35 PM | Last reply by Rob Caplan [MSFT] - Monday, April 9, 2012 9:19 PM -
1 Votes
Invoking Command Prompt in C#
If you have to react to the output of a command, you have to call the method multiple times with your commands.Answered | 11 Replies | 8938 Views | Created by Krishna Sriram - Wednesday, June 27, 2012 3:31 PM | Last reply by Bob Shen - Friday, July 6, 2012 7:43 AM -
1 Votes
Multiple Powershell commands in C#
you can look at following ...Answered | 4 Replies | 8871 Views | Created by zperryz - Tuesday, March 5, 2013 10:31 PM | Last reply by Amolpbhavsar - Friday, March 8, 2013 7:29 AM -
0 Votes
UPDATE command in SQL via C#
Thanks both, but the real problem was elsewhere.Answered | 5 Replies | 3603 Views | Created by Free backgrounds - Friday, January 2, 2009 7:03 PM | Last reply by JohnGrove - Saturday, January 3, 2009 8:20 PM -
2 Votes
computer's command in c sharp
You may want to take a look at the Process class: http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspxIt would be greatly appreciated if you would mark any ...Answered | 1 Replies | 2151 Views | Created by HAMMAD GULRAIZ - Tuesday, March 20, 2012 3:39 PM | Last reply by TSoftware-Old - Tuesday, March 20, 2012 3:49 PM -
0 Votes
Dir() in Visual Studio 2010
Hi, Just because Dir is not yet shown for 2010 versions, does not mean that it does not exist.Answered | 2 Replies | 4216 Views | Created by ytsheng - Monday, June 18, 2012 6:22 PM | Last reply by John Anthony Oliver - Sunday, June 24, 2012 1:21 PM -
0 Votes
Deal with Dir
This are really issues you will have in any language, not only C++.Answered | 13 Replies | 7847 Views | Created by Jackson_1990 - Friday, April 20, 2012 7:43 AM | Last reply by BenoitRoosens - Monday, April 23, 2012 2:57 PM -
0 Votes
Dir() command or Dir$() command?
Have a look at my code to see how it works if you still have some doubts and please mark the thread as answered so everyone will know that your question has already been answered!Answered | 3 Replies | 3483 Views | Created by cboshdave - Monday, May 26, 2008 3:24 PM | Last reply by AleNava - Monday, May 26, 2008 3:44 PM - Items 1 to 20 of 1979855 Next ›
No announcements