Post: [BATCH] How to bypass a blocked CMD [Beginner]
11-08-2012, 10:56 PM #1
JakeP0500
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); I have created the following code, just in case you 'duff' up something and you can't access the command prompt.

    @echo off
::This turns off the current directory prefix.

:command
::This is a 'checkpoint(?)'. It lets you move to the top of the command 'tree'.

set command=
::This refreshes the input.

set /p command= $
::This lets the user type a command.

%command%
::This gives the console the command.

goto :command
::This creates a loop, so it lets you put in multiple commands.


Just copy all of the code and paste it in a ".bat"/".cmd" file.



There is no download link, as your computer would think it was a virus... :/

I will include a download link, if requested... It will most likely be converted into an Executable (.exe)

I do not take any responsibility for anything you do; using this information!

The following user thanked JakeP0500 for this useful post:

11-09-2012, 12:54 AM #2
Originally posted by JakeP0500 View Post
I have created the following code, just in case you 'duff' up something and you can't access the command prompt.

    @echo off
::This turns off the current directory prefix.

:command
::This is a 'checkpoint(?)'. It lets you move to the top of the command 'tree'.

set command=
::This refreshes the input.

set /p command= $
::This lets the user type a command.

%command%
::This gives the console the command.

goto :command
::This creates a loop, so it lets you put in multiple commands.


Just copy all of the code and paste it in a ".bat"/".cmd" file.



There is no download link, as your computer would think it was a virus... :/

I will include a download link, if requested... It will most likely be converted into an Executable (.exe)

I do not take any responsibility for anything you do; using this information!


huh. lol. This is pretty clever. Although I'm not sure if this will work if not given the right GUA privileges.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo