RoganDawes/P4wnP1_aloa

Can't scape "\" and can't write " " " with spanish layout

quesodipesto opened this issue · 0 comments

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