Skip to content

Instantly share code, notes, and snippets.

@leonjza
Created September 22, 2015 10:46
Show Gist options
  • Save leonjza/f952aa008ba121f20db2 to your computer and use it in GitHub Desktop.
Save leonjza/f952aa008ba121f20db2 to your computer and use it in GitHub Desktop.
Command Prompt Batch
@echo off
title Command Prompt Batch
ver
echo.
:Loop
set /P the="%cd%>"
%the%
echo.
goto loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment