| PhilBon |
Sep 23rd, 2006 11:48 PM |
MS Dos Syntax
I was wondering if anyone knew the syntax to execute an msdos command inside of a VB.Net program while it's running. For example: Let's say you want to remove all the permissions on a folder you want to have the command "CACLS c:\shares\ /e /r "mydomain\user"" execute, rather than having the computer create a batch file, run that batch file, then delete that batch file. I know there is a way to do that in VB.Net, but I want to use it for other references.
|