/pause_for

Simple windows pause for a number of second, or next keyboard input

Primary LanguageBatchfile

CONSOLE APPLICATION : pause_for

Project Overview

A simple Windows ONLY application to 'pause' for the number of seconds given on the command line.

20140425: Changed to a cmake build in the 'build' directory And make lots of other changes for inputing a decimal seconds value...

To build the project
cd build
build-me

Install the resultant EXE in a directory in your PATH

Original app was created by MSVC10 AppWizard...

Files:
README.md - This file
CMakeLists.txt - CMake build generator
src/pause_for.cpp - This is the main application source file.
src/pause_for.h - This is the main application header file.
build/build-me.bat - Easy build batch file
build/upd-exe.bat - Copy exe to a directory in PATH

Have fun
Geoff.

; eof