1.

Solve : How to create variable, assign a value & write to a file??

Answer»

Hi

I want to set a variable to 0 and then increment it one time and then i want to write the obtained value to a file.

how can we do this command prompt?

can anyone help me in this.

thanks
srinivasHomework?Quote from: kidoflion on SEPTEMBER 10, 2007, 06:11:26 PM

I want to set a variable to 0 and then increment it one time and then i want to write the obtained value to a file.
a) set variable: set /?
b) write to file : >> or >
C) increment : set /? hint: /AWhat would the obtained value be if it is indefinitely being incremented one at a time? Under what CIRCUMSTANCES would the loop stop and the output be WRITTEN?


Discussion

No Comment Found