Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch wrapper not properly escaping arguments #3

Open
Thecarisma opened this issue Apr 1, 2020 · 0 comments
Open

Batch wrapper not properly escaping arguments #3

Thecarisma opened this issue Apr 1, 2020 · 0 comments

Comments

@Thecarisma
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant