Search found 2 matches

by Fighter8787
26 Feb 2013 05:12
Forum: DOS Batch Forum
Topic: Batch file help
Replies: 8
Views: 7191

Re: Batch file help

That you so much! it worked just fine!
by Fighter8787
25 Feb 2013 19:23
Forum: DOS Batch Forum
Topic: Batch file help
Replies: 8
Views: 7191

Re: Batch file help

I have a file that im doing and it calls for this code FOR /F "tokens=1-6 delims=," %%G IN (bin/dir/saves/1.txt) DO ( set /a house=%%G set /a weapon=%%H set /a damage=%%I set /a range=%%J set /a defense=%%K set /a money=%%L ) :test if %house% equ 1 DO ( set %house% equ school if %house% eq...