Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.220.447 Times

Screenshot

commandLine .NET 1.0.0.8

commandLine .NET

A secure and managed .net component that executes DOS and console commands. DOS is a powerful tool in a programmers arsenal, commandLine makes it easy. To copy a directory and all subdirectories, VB users can simply call :cmd.exec "MKDIR c:\\newdir"cmd.exec "XCOPY c:\\tempdir\\*.* c:\\newdir\\*.* /E /Y"to delete a directory and all subdirectories :cmd.exec "RMDIR c:\\tempdir /S /Q"Each command executes asynchronously and will raise events...