Open command window via batch file when cmd.exe is blocked -



Open command window via batch file when cmd.exe is blocked -

cmd.exe blocked @ school. batch files runs , it's annoying type command in batch file, write pause>nul , run batch file execute command. there anyway input commands user , execute them cmd.exe does?

@echo off :loop echo %cd%^> set /p cmd=skywagz come in command run (press ctrl + c exit) %cmd% goto loop

your own command processor

batch-file cmd window blocked

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -