Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. String Name = //name
  2. String Price= //price
  3.  
  4. exec('cd C:Program Files (x86)Arduino && arduino_debug.exe --upload crudtemp.ino 2>&1',$fullList, $status);
  5. if ($status !== 0)
  6. {
  7. exit('command didn't finish as expected: '.$status);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement