cmd - Using start command to open new window with /V:ON enabled and also run a batch file -


i trying start new window enabled /v:on , run batch file.

start "window title" /d c:\workspace cmd '/v:on & something.bat' 

i can't work though.

dont use single quotes:

 start "window title" /d c:\workspace "cmd /v:on /c something.bat" 

Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -