Welcome, guest | Sign In | My Account | Store | Cart

Use Ctrl+C to break executing script.

Batch, 4 lines
1
2
3
4
@echo off
:begin
1>nul ping -n 2 127.0.0.1
title %time:~0,8% & goto:begin
Created by greg zakharov on Wed, 14 Nov 2012 (MIT)
Batch recipes (42)
greg zakharov's recipes (59)

Required Modules

  • (none specified)

Other Information and Tasks