Skip to content
SudoAll.com

SudoAll.com

Taming Linux

Tag: Tools

Windows equivalent to Linux ‘watch’ command

Posted on September 3, 2012 by admin

Very simply create a batchfile name it watch.batwith notepad with the following contents:

 

@ECHO OFF
:loop
  cls
  %*
  timeout /t 5
goto loop

Run as such :

watch dir *.mpg

CategoriesHowtos

Recent Posts

  • Ichimoku Cloud Trading Strategy – Complete Course
  • Results Analysis and Next Steps
  • Parameter Optimization
  • Building the Strategy Class
  • Python Backtesting Setup

Recent Comments

  • Minxster on How to quit ESXi SSH and leave background tasks running
  • admin on Node.js handling mysql disconnects.
  • admin on How to quit ESXi SSH and leave background tasks running
  • admin on How to quit ESXi SSH and leave background tasks running
  • Thehack904 on How to quit ESXi SSH and leave background tasks running

Archives

Categories

  • AI
  • Amazon Cloud
  • General
  • Hardware
  • Howtos
  • Node Programming
  • Operating System Theory
  • Scripts
  • The Job
  • Troubleshooting
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress Arcaia theme by SudoAll