Last active
October 31, 2019 06:55
-
-
Save PintsizedSix40/66c1c21ddc6c8512d07b3dab74c49007 to your computer and use it in GitHub Desktop.
A one-line command to give command-prompt that can be ran on computers with command-prompt blocked as long as "cmd /c" or "cmd /k" still functions. This command can be placed in shortcut files to be ran.
This file contains 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
C:\Windows\System32\cmd.exe /v /k "@echo off&&FOR /L %N IN (1,0,10) DO ((FOR /F "tokens=* USEBACKQ" %F IN (`cd`) DO (set /p b=%F^>&&!b!)))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment