Instantly share code, notes, and snippets.
Dont use system("PAUSE") again
system("PAUSE")
use this
system("read -p 'Press Enter to continue...' var");