blob: 34ae5b6683f6cb5f5955d0637248ca1f60d5f184 (
plain)
1
2
|
echo download the latest images for the screen keyboard
for /L %%e in (1,1,6) do make-wget.exe -q -O ebene%%e.png http://neo-layout.org/grafik/tastatur3d/haupt_ziffern_feld/tastatur_neo_Ebene%%e.png
|