Add a task for deleting the applet from the card
This commit is contained in:
parent
db336bb058
commit
de7ada08c9
2 changed files with 9 additions and 0 deletions
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
|
@ -20,6 +20,12 @@
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${workspaceFolder}/hwb1/scripts/test.cmd",
|
"command": "${workspaceFolder}/hwb1/scripts/test.cmd",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Delete hwb1 Applet",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "${workspaceFolder}/hwb1/scripts/delete.cmd",
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
3
hwb1/scripts/delete.cmd
Normal file
3
hwb1/scripts/delete.cmd
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SET CARD_ROOT=%~dp0..\card
|
||||||
|
call %CARD_ROOT%\e222.cmd
|
||||||
|
call %CARD_ROOT%\delete.cmd
|
Loading…
Reference in a new issue