5 lines
89 B
Batchfile
5 lines
89 B
Batchfile
@echo off
|
|
SET CARD_ROOT=%~dp0..\card
|
|
call %CARD_ROOT%\e222.cmd
|
|
call %CARD_ROOT%\list.cmd
|