| 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
|