how to create batch file which prints current system date and time and also change the permisions (to read only) of the files which are in same directory of that batch file.
i m following this site cmds
i have done this but i want to execute like a for loop after every 1 second of delay
echo %time% %date%
how to add delay to batch file and execute it in infinite loop?
thanks!!
after implementing karl-henrik logic image