Skip to content

Instantly share code, notes, and snippets.

@Arzte
Created April 8, 2015 17:59
Show Gist options
  • Save Arzte/9e87d79a17044ef6fd5d to your computer and use it in GitHub Desktop.
Save Arzte/9e87d79a17044ef6fd5d to your computer and use it in GitHub Desktop.
Shell to run cmd prompt when disabled.
@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