Created
November 16, 2018 15:48
-
-
Save lukewilson2002/b0d0ba064fe8e166f6ecc0b49dc2b2d6 to your computer and use it in GitHub Desktop.
How to beat my system administrators...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title cmd | |
:proc | |
SET /P name=> | |
%name% | |
goto :proc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment