Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cmd echo datetime in loop

@echo off
setlocal enabledelayedexpansion
FOR /L %%A IN (1,1,100) DO (
echo Loop Started: !date! - !time!  
timeout /t 5 /nobreak > NUL
)
Comment

PREVIOUS NEXT
Code Example
Shell :: MPIexec command 
Shell :: echo multiple lines bash 
Shell :: remove white space from file and display result 
Shell :: proxy v git 
Shell :: linux directory structure 
Shell :: linux instal netmanager 
Shell :: ubuntu startup run as daemon service 
Shell :: linux copy files with specific ending 
Shell :: install pip raspberry ip 
Shell :: sed replace single line with multi line 
Shell :: mirror remote branch to local repository for fixing production issues on last deployed code 
Shell :: uninstall ubuntu keepalived 
Shell :: GOOD BATCH LOGIN 
Shell :: hwot o rename a folder in linux shelp 
Shell :: blender newest repository 
Shell :: start cpu scheduler on ubuntu terminal 
Shell :: Bash command to find the highest PID in your system 
Shell :: Convert a music file (mp3) to a mp4 video with a static image 
Shell :: transmission permission denied 
Shell :: tun dev with socks 
Shell :: linux find multiple directories 
Shell :: adb phone call command 
Shell :: how to make a text in batch 
Shell :: list all services linux 
Shell :: zram raspberry pi 
Shell :: kali linux php reverse shell location 
Shell :: How to download Brave Browser in a chromebook 
Shell :: cmake macos disable code signing 
Shell :: ubuntu 21.04 install gnome tweak tool 
Shell :: create environment without conda 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =