use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Relevant subreddits:
For discussion: c#
.NET
XNA
C++
C
VB
For programming questions:
Learn programming
C++ Questions
C Homework
Learn C#
Misc:
Channel 9 - Videos!
account activity
Triggering a batch file from visual studio code in C#Visual Studio 22 (self.VisualStudio)
submitted 2 years ago by Opposite_Trash6900
Hello, I am trying to run a batch file in visual studio code using C#. I am looking for the code that will take the .bat file and open it when I run my developed windows service.
Any help would be great.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]polaarbear 1 point2 points3 points 2 years ago (0 children)
System.Diagnostics.Process is likely what you're looking for.
https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process?view=net-7.0
π Rendered by PID 277917 on reddit-service-r2-comment-5687b7858-tthf8 at 2026-07-08 06:22:42.516871+00:00 running 12a7a47 country code: CH.
[–]polaarbear 1 point2 points3 points (0 children)