We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi dear,
I have two problems, i can't scape the: when y use "type" option in HID.
For example: type('$env:PUBLIC\Downloads\cat.exe'); this is: $env:PUBLICDownloadscat.exe
If i try scape with double \: type('$env:PUBLIC\Downloads\cat.exe'); this is: $env:PUBLIC'Downloads'cat.exe
AND: type('$env:PUBLIC\\Downloads\\cat.exe'); this is: $env:PUBLIC'Downloads'cat.exe
I tried with "/" but no scape.
In the other hand, i can't write the " " " (LEFT_SHIFT + KEY 2) this with "type" option is a angle inverted commas and not double inverted commas.
Thanks mate! :D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi dear,
I have two problems, i can't scape the:
when y use "type" option in HID.
For example:
type('$env:PUBLIC\Downloads\cat.exe');
this is: $env:PUBLICDownloadscat.exe
If i try scape with double \:
type('$env:PUBLIC\Downloads\cat.exe');
this is: $env:PUBLIC'Downloads'cat.exe
AND: type('$env:PUBLIC\\Downloads\\cat.exe');
this is: $env:PUBLIC'Downloads'cat.exe
I tried with "/" but no scape.
In the other hand, i can't write the " " " (LEFT_SHIFT + KEY 2) this with "type" option is a angle inverted commas and not double inverted commas.
Thanks mate! :D
The text was updated successfully, but these errors were encountered: