windows - Escape double quotes in parameter -


in unix run myscript '"test"' , "test"

in windows cmd 'test'

how can pass double-quotes parameter? know how manually cmd window don't have write program test program.

i cannot reproduce symptoms: if try myscript '"test"' batch file myscript.bat containing @echo.%1 or @echo.%~1, quotes: '"test"'

perhaps can try escape character ^ this: myscript '^"test^"'?


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -