Thecarisma/Cronux

Batch wrapper not properly escaping arguments

Thecarisma opened this issue · 0 comments

When a batch script is generated to run a powershell script from command prompt, it does not properly escape the arguments e.g

base64s "A String"

Expected Output

QSBTdHJpbmc=

Output

String"" was unexpected at this time.

But running the command in powershell give desired result.