Saved Bookmarks
| 1. |
Solve : how can i find windows folder ?? |
|
Answer» hi 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. |
|