Afterdawn Posted January 19, 2005 Posted January 19, 2005 (edited) 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:loopset /p runthis=%CD%^>%runthis%goto loopExecute this file and have exact the same functionality as the original CMD.EXE! Have fun! Edited November 30, 2005 by Afterdawn
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now