I want a batch file to run automatically at a specified time every day. How do I do that? Can a batch file get the system time?
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
@echo off
at 16:00 /every:m,t,w,th,f,s,su net share a=c:
pause
@echo off
echo %date%
echo %time%
pause