Jump to content

Simple cmd-script to replace cmd.exe (if disabled)


Afterdawn

Recommended Posts

If your system administrator disabled CMD.EXE (for example at school), but you still want to use a command prompt, simply create a new cmd-file and copy paste this in it:

@echo off
:loop
set /p runthis=%CD%^>
%runthis%
goto loop

Execute this file and have exact the same functionality as the original CMD.EXE! Have fun!

Edited by Afterdawn
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...