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
Post a Comment