hi gusy
here i have another problem i m trying to run cacls command but can not figure out what to try next, can you guys point me to the right direction please.![]()
Code:CACLS E:\temp /E /G "Power Users":F
Professional Software Development Tools
hi gusy
here i have another problem i m trying to run cacls command but can not figure out what to try next, can you guys point me to the right direction please.![]()
Code:CACLS E:\temp /E /G "Power Users":F
i think i can answer my question now
but there is one more problem after thisCode:File.Run("cacls.exe", "e:\\temp /E /G Users:F", "", SW_SHOWNORMAL, false);
wat if i have to add ""Code:File.Run("cacls.exe", "E:\\temp /E /G "Power Users":F", "", SW_SHOWNORMAL, false);
then you need escape the quotes with a backslash
output enhanced with AMS Code PrettyCode:File.Run( "cacls.exe", "E:\\temp /E /G \"Power Users\":F", "", SW_SHOWNORMAL, false);
Open your eyes to Narcissism, Don't let her destroy your life!!
thanx RizlaUK,
it is working the way it should be.
thanx![]()
no problem![]()
Open your eyes to Narcissism, Don't let her destroy your life!!