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

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

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