Author Topic: Digispark Keyboard wont print powershell command  (Read 1647 times)

GoldenPuma

  • Newbie
  • *
  • Posts: 1
Digispark Keyboard wont print powershell command
« on: July 06, 2017, 01:34:11 pm »
I am trying to make the digispark open PowerShell as an administrator, write a command, then press enter. The command is
Code: [Select]
wget http://gp.dittlau.se/background.jpg -OutFile "C:\Users\Public\background.jpg" Does anyone know why i got the error message?

Error Message: https://pastebin.com/iAWqhiPa

Full Code: https://pastebin.com/i7k1Eqvj

Sorry in advance if I gave you too little information/formatted the question wrong/spellt something wrong, I am very new to programming arduino/digispark.