Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. cacls cmd equivalent in win32

cacls cmd equivalent in win32

Scheduled Pinned Locked Moved C / C++ / MFC
jsonquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dharani
    wrote on last edited by
    #1

    Hi all Could anyone please let me know whats the equivalent API for "cacls command" ? (cacls is used to modify the user rights settings on a file) As of now I use ShellExecute to run the batch file which contains this cmd . I would like to avoid using batch file . Thanks in advance .

    redindian

    R M 2 Replies Last reply
    0
    • D dharani

      Hi all Could anyone please let me know whats the equivalent API for "cacls command" ? (cacls is used to modify the user rights settings on a file) As of now I use ShellExecute to run the batch file which contains this cmd . I would like to avoid using batch file . Thanks in advance .

      redindian

      R Offline
      R Offline
      Rajkumar R
      wrote on last edited by
      #2

      Haven't you searched msdn Access Control Lists[^]

      dharani wrote:

      As of now I use ShellExecute to run the batch file which contains this cmd . I would like to avoid using batch file .

      If so, why don't you execute the command directly using ShellExecute without a batch file.

      1 Reply Last reply
      0
      • D dharani

        Hi all Could anyone please let me know whats the equivalent API for "cacls command" ? (cacls is used to modify the user rights settings on a file) As of now I use ShellExecute to run the batch file which contains this cmd . I would like to avoid using batch file . Thanks in advance .

        redindian

        M Offline
        M Offline
        Maxwell Chen
        wrote on last edited by
        #3

        It's not done by a single API function. Please read this: The Windows Access Control Model Part 2[^].

        Maxwell Chen

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups