Cancelling a console app

icey

New member
Joined
Oct 9, 2006
Messages
1
Programming Experience
Beginner
Hi all,
I'm writing a console app which will run via a sceduled task on a server. I need a way to give a delay at the begginng of the application to allow the program to be cancelled if it is run accidently during testing. I'd like the user to simply be able to press enter to cancel and to display a timer on screen to show the time left until the program runs. can you help?

(edit) just to make it clear... the pause i can do but making it cancellable is more of a challenge!
 
Last edited:
Back
Top