Is there an equivalent to the Ruby Shellwords module for the Windows shell? -


i need construct windows shell commandlines arrays in ruby. if using bash, use standard shellwords module. there equivalent shellwords windows shell, can safely transform array commandline string?

it appears me there in fact no windows analogue shellwords unfortunately.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -