Click here to Skip to main content
15,885,914 members
Articles / Programming Languages / C#

How to launch Windows applications (Notepad) / Call Batch files from a C#/.NET console application.

Rate me:
Please Sign up or sign in to vote.
3.88/5 (24 votes)
12 Apr 20052 min read 258.3K   2.2K   55  
How to launch a Windows application (Notepad) / Call Batch files from a C#/.NET console application.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CallBatchFile", "CallBatchFile\CallBatchFile.csproj", "{A302E4EF-3FC9-452F-8C2F-AC8DF8675422}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{A302E4EF-3FC9-452F-8C2F-AC8DF8675422}.Debug.ActiveCfg = Debug|.NET
		{A302E4EF-3FC9-452F-8C2F-AC8DF8675422}.Debug.Build.0 = Debug|.NET
		{A302E4EF-3FC9-452F-8C2F-AC8DF8675422}.Release.ActiveCfg = Release|.NET
		{A302E4EF-3FC9-452F-8C2F-AC8DF8675422}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Microsoft solution Developer since 1996. Worked on different technolgies including but not limited to Visual Studio .NET , ASP .NET , C# Visual C++ , MFC , COM , DCOM ,OLE.

Expertiesed on different industry sectors of software development such as system softwares (worked for Intel and Microsoft ),application softwares (Manufacturing,Financial,Security,Airline industry, Multimedia)


Site developer for religious community in his spare time http://www.trimbakeshwar.net







Comments and Discussions