diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 22afb1b..5759d39 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": [] } ] } \ No newline at end of file diff --git a/hwb1/scripts/delete.cmd b/hwb1/scripts/delete.cmd new file mode 100644 index 0000000..47a6847 --- /dev/null +++ b/hwb1/scripts/delete.cmd @@ -0,0 +1,3 @@ +SET CARD_ROOT=%~dp0..\card +call %CARD_ROOT%\e222.cmd +call %CARD_ROOT%\delete.cmd