Created
February 26, 2018 12:53
-
-
Save olleolleolle/751fb332954c59dc895735f7f6d420b9 to your computer and use it in GitHub Desktop.
JRuby issue https://github.com/jruby/jruby/issues/809
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc 'Use ampersand in argument to system' | |
task :runbatch do |task_name, args| | |
command = 'tbat.bat && cmd /c start tbattwo.bat' | |
puts command | |
system command | |
end | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "tbat.bat" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "tbattwo.bat" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment