Tag: loop in Windows command line

  • Run Windows command line scripts by condition

    Run Windows command line scripts by condition

    In the Windows command line, it is possible to build loops that periodically execute scripts. You can see how to do that in one of my previous posts. Let’s say you want to run R script from the Windows command line but with a condition or multiple conditions. For example, run R script from the…

  • How to schedule or periodically loop tasks in Windows

    How to schedule or periodically loop tasks in Windows

    For scheduling in Windows, there are classy options like Task Scheduler and running programmes on startup. Also, it worth mention that you can create a loop in a batch file to periodically run some command line commands, R scripts or other programmes that are possible to run in batch mode.