Introduction: How to Make a Current Time and Date Program
Here Is Some Basic Steps To Make A Clock Program
Step 1: Open Notepad
Pres The WIN Button + R At The Same Time And Keep On Doing That Until "Run" Comes Up. Then Type In Notepad
Step 2: Save It Just in Case
Saving Before You Type Is A Good Tactic Just In Case A Power Cut/Surge Appears. Name It Whatever You Want But Put .bat At The End Or The Program Won't Work
Step 3: The Code
The Code Is Really Simple Just Type In:
@echo off
title Time
:A
echo %time% %date%
timeout 0.000
cls
goto A
Step 4: Testing
After You Put The Code In Save It, Then Test It. When You Tested It And It Works. BANG! YOUR DONE! =D