I need to make a simple program that will execute commands in cmd. What could this be done?
Specifically the scheme is:
I have harvested .cmd files, which I give rights to folders to users through the utility Cacls
Example:
cacls D:\Folder /E /G Domain\User1:C, Domain\User2:R
That is, the program will have to be
input f...