We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b58ecd commit e9bbf15Copy full SHA for e9bbf15
output.py
@@ -123,7 +123,7 @@ def create_reg_add(data):
123
result += filetype + "\\shell\\pyWin-" + command["regname"]
124
result += "\\command]\r\n"
125
result += "@=\"cmd /c " + configLoc.replace("\\", "\\\\")
126
- result += "\\\\comStore\\\\" + str(command["id"]) + ".bat \"%1\"\"\r\n"
+ result += "\\\\comStore\\\\" + str(command["id"]) + ".bat \\\"%1\\\"\"\r\n"
127
if "icon_path" in command and command["icon_path"] is not None:
128
create_icon(command["icon_path"], command["id"])
129
result += "\"Icon\"=\"" + configLoc.replace("\\", "\\\\")
0 commit comments