View Single Post
  #1  
Old 04-28-2019, 09:14 PM
Ron1010 Ron1010 is online now
Registered User
 
Join Date: 07-23-2013
Posts: 1
Run Program action where the command contains a % character

Is it possible to call a program with a command line that contains a % character?

for example git show -s --format=%s [git_commit]

i am getting

Error expanding macros or script in property command: "C:\Program Files\Git\bin\Git.exe" show -s --format=<Error parsing macros at position

When i use the Git control and supply the '-s --format=%s' as the 'Additional command-line options', i get

(Error expanding macros or script in property Options: -s --format=<Error parsing macros at position 15>)

Ron.
Reply With Quote