Ok,
I will give you your number in the output, so you can use a file write task to make a file containing only this number:
FOR /F "eol=; tokens=3 delims= " %i in ('wc -c sl_GalaxyDataworks.txt') do @echo %i
You have to use this with the execute command:
command: cmd.exe
parameters: /c FOR /F "eol=; tokens=3 delims= " %i in ('wc -c sl_GalaxyDataworks.txt') do @echo %i
If the filename differs, you can use a variable here.
[EDIT]If you add ' > charcount.txt' to the parameters at the end, you already have a file so you do not need to use a file write task anymore[/EDIT]
Regards,
Erik
Edited by user
2011-09-14T07:28:46Z
|
Reason: Not specified
Uses Visualcron since 2006.