Ei kuvausta
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-game-icons.bat 334B

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