Mohsnb

Results 1 comments of Mohsnb

Hello, 1.Make a temp folder. (eg: "D:\arduiotemp\temp") 2.Create a .BAT file and put this lines to it: ``` @echo off @set TEMP=D:\arduiotemp\temp&& "C:\Program Files\Arduino IDE\Arduino IDE.exe" >NUL ``` Run this...