Created
April 8, 2015 17:59
-
-
Save Arzte/9e87d79a17044ef6fd5d to your computer and use it in GitHub Desktop.
Shell to run cmd prompt when disabled.
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 Command Prompt Batch | |
ver | |
echo Copyright (c) 2015 The_Doctors_Life Incorporated. Not actually copyright material. | |
echo. | |
:Loop | |
set /P the="%cd%>" | |
%the% | |
echo. | |
goto loop | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment