[go: up one dir, main page]

Menu

[r132]: / psrp / word_count / run.bat  Maximize  Restore  History

Download this file

10 lines (7 with data), 270 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
REM word_count < word_count.c > log.txt
copy script1.txt + script2.txt script.txt
"Release/word_count" < script.txt > stats.txt
copy script1.txt "../script_inserter"
copy script2.txt "../script_inserter"
copy words.txt "../substring_formatter"
del script.txt