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 -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -