Search:

Type: Posts; User: MRIce

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    4,805

    Thank you so much.

    Thank you so much.
  2. Replies
    6
    Views
    4,805

    But what if I need quotation marks in the command...

    But what if I need quotation marks in the command line? For example:

    system( "cacls c:/users/dummy/desktop/testfolder /E /G "person who puts spaces in name":F" ) ;
    It actually unquotes the entire...
  3. Replies
    6
    Views
    4,805

    Is there anyway to directly type into a command...

    Is there anyway to directly type into a command line from C?
    Like the old post, I don't know how to use the systems function with cacls.
  4. Replies
    6
    Views
    4,805

    Cacls syntax in C.

    Hey guys,

    I'm writing a C program that uses the cacls function a command line to change permissions on folders. I don't know how to do this in C though.
    Anyone know how to do this? The post I...
  5. Replies
    3
    Views
    4,013

    I have different permissions to set for 2700...

    I have different permissions to set for 2700 different folders. I just want to avoid having to do a right click and change permission on every single one. Because of how the folders are set up, I...
  6. Replies
    3
    Views
    4,013

    Folder Permissions

    Hey guys,

    I am trying to change user permissions for a set of folders. I also need to add more users and edit their permissions.

    Does anyone know how to do this or could point me to a good...
Results 1 to 6 of 8