A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Eric Kohl f7125a502c Add the Diskpart utility by Lee Schroeder (milawynsrealm).
The following modifications were made:
- Removed the help texts because they were copied from Windows Diskpart.
- Used a single string resource per help text.
- Used only Unicode strings and Unicode string functions.
- Replaced the giant if-statement in the command dispatcher in interpreter.c by a command-table and a little loop.
- Improved the command-line parser. Argument count and argument vector are passed to the command and help functions for easy evaluation.
- Moved the help function for commands into the command specific file.

TODO:
- Implement all commands as the utility is only an empty frame.
- Add help texts.
- Translate help texts.
See issue #6402 for more details.

svn path=/trunk/; revision=53826
2011-09-24 10:33:33 +00:00
reactos Add the Diskpart utility by Lee Schroeder (milawynsrealm). 2011-09-24 10:33:33 +00:00
rosapps [SYSTEMINFO] 2011-04-05 21:20:42 +00:00
rostests [SHELL32_WINETEST] 2011-09-23 23:14:50 +00:00
wallpaper