Загрузка программ на нескольких роботов ТРИК из VSCode
Last updated
Was this helpful?
Was this helpful?
{
"version": "2.0.0",
"tasks": [ {
"label": "Send files",
"type": "shell",
"windows": {
"command": "C:\\TRIKStudio\\send_files.cmd <path to scripts dir> <file with ip addresses>"
},
"group": "test",
"presentation": {
"reveal": "always",
"panel": "new"
}
}]
}"command": "C:\TRIKStudio\send_files.cmd C:\Users\Admin\myfiles ip_addr.txt"