Ravi Kumar
New Member
- Joined
- Jun 29, 2016
- Messages
- 4
- Thread Author
- #1
Am creating a batch script to install ruby gems along with some other automation. But when "gem install <gemname>" command triggered its opened new command prompt to install and its not closing it as soon as gem installation completed.
I tried below things as well which didn't help me,
START /WAIT /b gem install --no-rdoc --no-ri json
START /WAIT gem install --no-rdoc --no-ri json /b
Can someone help me out to get the additional command prompt closed as soon as installation completed
I tried below things as well which didn't help me,
START /WAIT /b gem install --no-rdoc --no-ri json
START /WAIT gem install --no-rdoc --no-ri json /b
Can someone help me out to get the additional command prompt closed as soon as installation completed