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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

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