Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

list-icons.bat 318B

123456789
  1. @cd ..
  2. @cd ..
  3. @echo ------------------------------------------------------
  4. @echo This lists all files in ./generator/icons
  5. @echo and saves the list as icons.txt in that directory
  6. @echo ------------------------------------------------------
  7. @pause
  8. node ./resources/scripts/list.js ../../generator/icons icons.txt
  9. @pause