Add a task for deleting the applet from the card

This commit is contained in:
Manuel Thalmann 2023-10-24 22:43:57 +02:00
parent db336bb058
commit de7ada08c9
2 changed files with 9 additions and 0 deletions

6
.vscode/tasks.json vendored
View file

@ -20,6 +20,12 @@
"type": "shell",
"command": "${workspaceFolder}/hwb1/scripts/test.cmd",
"problemMatcher": []
},
{
"label": "Delete hwb1 Applet",
"type": "shell",
"command": "${workspaceFolder}/hwb1/scripts/delete.cmd",
"problemMatcher": []
}
]
}

3
hwb1/scripts/delete.cmd Normal file
View file

@ -0,0 +1,3 @@
SET CARD_ROOT=%~dp0..\card
call %CARD_ROOT%\e222.cmd
call %CARD_ROOT%\delete.cmd