in reply to Re^3: Sleep until keypress
in thread Sleep until keypress
That would work if I am writing it on Windows, but I am using Linux and a simple pause does not work. I ended up using ReadKey and it works exactly how I wanted it, again thanks for the help.