RATM_Owns
September 11th, 2008, 07:50 PM
Basically, the main computers in some places have blocked CMD from working, but bat files still work, so what I was hoping to do was create a bat file to simulate the CMD Prompt.
Here's what it is so far:
@echo off
cls
:cmd
set /p c=Command:
//
goto cmd
What I need is in place of the // line is just a line which tells cmd.exe to run the input.
Here's what it is so far:
@echo off
cls
:cmd
set /p c=Command:
//
goto cmd
What I need is in place of the // line is just a line which tells cmd.exe to run the input.