Advertisement
soulgriever

GameListerV1

Nov 5th, 2020
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @echo on
  2. echo A list of all your games> gameslist.txt
  3. forfiles /m *.nes /c "cmd /c echo @file>> gameslist.txt"
  4. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement