-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4664999
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi!
Thanks for an awesome app (SingleInstanceAccumulator) =) could you please tell me how to escape backslash characters? I'm using "SIA_3" with icacls, when I need to change ownership of a file, I have to type my computername backslash my account. I'm currently stuck at it, I have no idea how to escape backslashes, have tried with backticks double backslashes etc to no avail. Hopefully you have a solution for it?
4664999
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vicomannen - are you using the -v to see what comes through and trial and error? normally it's double backslashes and maybe you need to double those up twice to flow through so maybe try 4 instead of just 2 and see what you wind up with in -v output
4664999
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4664999
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.