1.

Solve : how can i find windows folder ??

Answer»

hi
how can i find windows folder and switch dir to it ?

------------

how can i store date in txt (or else) file and restore date in txt ( or else ) file ?
EX:
i want to store today in txt file : 04/04/2011
i want to READ txt and set my date in txt file : 03/26/2011 is typed in txtQuote

how can i find windows folder and switch dir to it ?
Code: [Select]c:
CD \.
cd %SYSTEMROOT%
Quote
how can i store date in txt (or else) file and restore date in txt ( or else ) file ?
Code: [Select]echo %date% > file.txt

I am not sure how to set date based on contents of file.


Discussion

No Comment Found