Draw a clock: Difference between revisions

Content added Content deleted
Line 5,724: Line 5,724:


=={{header|VBScript}}==
=={{header|VBScript}}==
The only way to do animation in VBScript is to use ANSI codes in the console. The program will work only in Windows 10 or up.
The only way to do animation in VBScript is to use ANSI codes in the console. The program will work only in Windows 10 or up. Should be invoked from cscript
<lang vb>
<lang vb>
'ANSI Clock
'ANSI Clock