Skip to content

Instantly share code, notes, and snippets.

@j2doll
Last active October 15, 2019 05:59
Show Gist options
  • Save j2doll/5fb69283e5685300dd5641e66b7c89b6 to your computer and use it in GitHub Desktop.
Save j2doll/5fb69283e5685300dd5641e66b7c89b6 to your computer and use it in GitHub Desktop.
find-something
@echo off
:1
if exist %1 (
echo The file is ready
pause
) else (
goto :1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment