Search Forum
(53671 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


 
Printable Version

A DOS Like Utitlity Program in C# By Prasad H.

This DOS like utitlity program supports basic commands such as dir, cpy, rem that are used in DOS. When you run the program you will see the following:
MyExplorer> prompt

Type help/h to see how to use the program. This program is very easily extensible by adding more functionality. This helps users get a grasp of Arrays, Strings and other stuff.

Download MyExplorer.cs