Skip to content

Instantly share code, notes, and snippets.

@lukewilson2002
Created November 16, 2018 15:48
Show Gist options
  • Save lukewilson2002/b0d0ba064fe8e166f6ecc0b49dc2b2d6 to your computer and use it in GitHub Desktop.
Save lukewilson2002/b0d0ba064fe8e166f6ecc0b49dc2b2d6 to your computer and use it in GitHub Desktop.
How to beat my system administrators...
@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