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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

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