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