How can I execute a cmd command through windows run prompt box? (win+R) -


how can start program run terminal, right run prompt? (win key + r)

example:

instead of pressing:

win + r, type "cmd", press enter, type "jupyter notebook", press enter 

i to

win + r, type "cmd; jupyter notebook", press enter 

maybe like:

cmd, jupyter notebook cmd: jupiter notebook cmd; jupyter notebook 

is possible?

just type:

cmd /c "jupyter notebook" 

this close command prompt after command has been executed. if don't want close command prompt use /k instead of /c.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -