View Single Post
Old 01-04-2012, 04:26 AM   PM User | #1
samxdesigns
New Coder

 
Join Date: Jul 2011
Location: Canada
Posts: 60
Thanks: 5
Thanked 0 Times in 0 Posts
samxdesigns is an unknown quantity at this point
How to stop command prompt from closing after running a program!

Hi I'm learning ruby, I just started and when I save and run a .rb file, it opens up in cmd, it does what it's supposed to do but then shuts down immediately after getting the results of the thing it's supposed to do.

It's really really nooby/beginner but I just started learning,

Code:
puts 10+20
So I was wondering if there is a certain command in ruby like there is in a batch or .bat file.

Example - You can enter
Code:
pause
at the end of the file and command prompt will pause after running the code.

If you can help me it would be very greatly appreciated seeing as I can't really move on and it's frustrating me.

Thanks,
Sam.
__________________
Check out my new forums: http://www.moderncoding.co.nr (:

Strengths: HTML & CSS.


Code:
EpicFriends x = 
players.getNearest(BestFriend);
if (x != null) {
x.interact("High Five" + x.getName());
samxdesigns is offline   Reply With Quote