Skip to content

Instantly share code, notes, and snippets.

@Rami-Majdoub
Last active October 16, 2021 20:02
Show Gist options
  • Select an option

  • Save Rami-Majdoub/4661b6a3ab5b736915204fa714d289c2 to your computer and use it in GitHub Desktop.

Select an option

Save Rami-Majdoub/4661b6a3ab5b736915204fa714d289c2 to your computer and use it in GitHub Desktop.
set a timer to open a file
@echo off
set/p a= Time (min) :
set/a b=%a%*60
cls
timeout /t %b% /nobreak
:: if your windows version < windows 10 add start
:: start <FILE_TO_OPEN>
<FILE_TO_OPEN>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment