Saved Bookmarks
| 1. |
Solve : Run command for every line in file.? |
|
Answer» I have written a SCRIPT to generate a LIST of maps for a game. It then strips the .bsp as is required by my menu generation script. Now I need to make the SYSTEM run "menugen " for every line in that list. Every filename is on a new line. Can anyone help?file.txt FRANCE batch file Quote @echo off result Quote menugen "France" <3 Perfect. THANKS |
|