暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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